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