/// <summary>
 /// Create a new OrderDetailStatu object.
 /// </summary>
 /// <param name="orderDetailStatusId">Initial value of the OrderDetailStatusId property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 public static OrderDetailStatu CreateOrderDetailStatu(global::System.Int32 orderDetailStatusId, global::System.String description, global::System.Boolean active)
 {
     OrderDetailStatu orderDetailStatu = new OrderDetailStatu();
     orderDetailStatu.OrderDetailStatusId = orderDetailStatusId;
     orderDetailStatu.Description = description;
     orderDetailStatu.Active = active;
     return orderDetailStatu;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the OrderDetailStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrderDetailStatus(OrderDetailStatu orderDetailStatu)
 {
     base.AddObject("OrderDetailStatus", orderDetailStatu);
 }