/// <summary>
 /// Deprecated Method for adding a new object to the tblMinimumDeliveryPrice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblMinimumDeliveryPrice(tblMinimumDeliveryPrice tblMinimumDeliveryPrice)
 {
     base.AddObject("tblMinimumDeliveryPrice", tblMinimumDeliveryPrice);
 }
 /// <summary>
 /// Create a new tblMinimumDeliveryPrice object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="region1">Initial value of the Region1 property.</param>
 /// <param name="region2">Initial value of the Region2 property.</param>
 /// <param name="minimumPrise">Initial value of the MinimumPrise property.</param>
 public static tblMinimumDeliveryPrice CreatetblMinimumDeliveryPrice(global::System.Int32 id, global::System.Int32 region1, global::System.Int32 region2, global::System.Decimal minimumPrise)
 {
     tblMinimumDeliveryPrice tblMinimumDeliveryPrice = new tblMinimumDeliveryPrice();
     tblMinimumDeliveryPrice.Id = id;
     tblMinimumDeliveryPrice.Region1 = region1;
     tblMinimumDeliveryPrice.Region2 = region2;
     tblMinimumDeliveryPrice.MinimumPrise = minimumPrise;
     return tblMinimumDeliveryPrice;
 }