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