I'm attempting to use DataBinding in MSMVC using CodeFirst and the Entity Framework. I'm trying to pass a model with a foreign key to the view, edit the data and bind the result back in a controller action before performing an update.I'm attempting to use DataBinding in MSMVC usin