/// <summary>
 /// Deprecated Method for adding a new object to the bvc_Manufacturer EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Manufacturer(bvc_Manufacturer bvc_Manufacturer)
 {
     base.AddObject("bvc_Manufacturer", bvc_Manufacturer);
 }
 /// <summary>
 /// Create a new bvc_Manufacturer object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="address">Initial value of the Address property.</param>
 /// <param name="dropShipEmailTemplateId">Initial value of the DropShipEmailTemplateId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_Manufacturer Createbvc_Manufacturer(global::System.String bvin, global::System.String displayName, global::System.String emailAddress, global::System.String address, global::System.String dropShipEmailTemplateId, global::System.DateTime lastUpdated)
 {
     bvc_Manufacturer bvc_Manufacturer = new bvc_Manufacturer();
     bvc_Manufacturer.bvin = bvin;
     bvc_Manufacturer.DisplayName = displayName;
     bvc_Manufacturer.EmailAddress = emailAddress;
     bvc_Manufacturer.Address = address;
     bvc_Manufacturer.DropShipEmailTemplateId = dropShipEmailTemplateId;
     bvc_Manufacturer.LastUpdated = lastUpdated;
     return bvc_Manufacturer;
 }