Trying to map between a viewmodel and my model. In this scenario, i am getting taking data from a web service (creating a strongly typed view) and then loading it into a form. I then verify the client data from the web service, submit the form. It will do an insert or update depending on whether or not there's a record in my database. Trying to map between a viewmodel and my model.