/// <summary>
 /// Deprecated Method for adding a new object to the DeliveryStatus1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDeliveryStatus1(DeliveryStatus deliveryStatus)
 {
     base.AddObject("DeliveryStatus1", deliveryStatus);
 }
 /// <summary>
 /// Create a new DeliveryStatus object.
 /// </summary>
 /// <param name="deliveryStatusId">Initial value of the DeliveryStatusId property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static DeliveryStatus CreateDeliveryStatus(global::System.Int32 deliveryStatusId, global::System.String description)
 {
     DeliveryStatus deliveryStatus = new DeliveryStatus();
     deliveryStatus.DeliveryStatusId = deliveryStatusId;
     deliveryStatus.Description = description;
     return deliveryStatus;
 }