Writing WPF application using MVVM pattern. I have a datagrid bound to data model which creates a collection of data for a search term. One of the fields I display in the datagrid is a unique reference number. When I click on a record in the datagrid i want to populate some text boxes with extra data about the person selected using the reference number of that person.Writing WPF application using MVVM pattern. I h