/// <summary>
 /// Create a new bvc_Manufacturer object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 public static bvc_Manufacturer Createbvc_Manufacturer(global::System.Int32 id, global::System.String displayName)
 {
     bvc_Manufacturer bvc_Manufacturer = new bvc_Manufacturer();
     bvc_Manufacturer.ID = id;
     bvc_Manufacturer.DisplayName = displayName;
     return bvc_Manufacturer;
 }
 /// <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);
 }