/// <summary>
 /// Create a new bvc_OrderStatus object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static bvc_OrderStatus Createbvc_OrderStatus(global::System.Int32 id, global::System.String name)
 {
     bvc_OrderStatus bvc_OrderStatus = new bvc_OrderStatus();
     bvc_OrderStatus.ID = id;
     bvc_OrderStatus.Name = name;
     return bvc_OrderStatus;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_OrderStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_OrderStatus(bvc_OrderStatus bvc_OrderStatus)
 {
     base.AddObject("bvc_OrderStatus", bvc_OrderStatus);
 }