/// <summary>
 /// Create a new bvc_Vendor 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_Vendor Createbvc_Vendor(global::System.Int32 id, global::System.String displayName)
 {
     bvc_Vendor bvc_Vendor = new bvc_Vendor();
     bvc_Vendor.ID = id;
     bvc_Vendor.DisplayName = displayName;
     return bvc_Vendor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Vendor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Vendor(bvc_Vendor bvc_Vendor)
 {
     base.AddObject("bvc_Vendor", bvc_Vendor);
 }