I am experiencing an issue when trying to send an entity framework form to my controller as a model thru ajax. The problem is that in some cases it doesn't passes an empty model. Here's what I have:...Manufacturer.cs...public class Manufacturer
{
[Hi...