This app is a way for me to explore the use of MVVM Light.
For my first task, I'm making a master/detail view.
The master will have an item collection of buttons that show items from an observable collection of view models.
To show the detail view when an item button is clicked, I'll bind each button to a command that sends the id of the view model via a message.