I have a DatePicker working on a View which also has a ViewModel associated with it. When I execute the Post action back to the controller the ViewModel is instantiated again and some of the values are not available from the View.I have a DatePicker working on a View which als