I'm hoping this is quite a simple one, although after lots of Googling, I've not been able to work it out....I'm working on a shopping cart site with MVC 3, and using code-first Entity Framework. The model I'm sending over is a list of Product objects, an...