/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ShipMethodTable EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ShipMethodTable(bvc_ShipMethodTable bvc_ShipMethodTable)
 {
     base.AddObject("bvc_ShipMethodTable", bvc_ShipMethodTable);
 }
 /// <summary>
 /// Create a new bvc_ShipMethodTable object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="methodID">Initial value of the MethodID property.</param>
 /// <param name="total">Initial value of the Total property.</param>
 /// <param name="charge">Initial value of the Charge property.</param>
 public static bvc_ShipMethodTable Createbvc_ShipMethodTable(global::System.Int32 id, global::System.Int32 methodID, global::System.Double total, global::System.Double charge)
 {
     bvc_ShipMethodTable bvc_ShipMethodTable = new bvc_ShipMethodTable();
     bvc_ShipMethodTable.ID = id;
     bvc_ShipMethodTable.MethodID = methodID;
     bvc_ShipMethodTable.Total = total;
     bvc_ShipMethodTable.Charge = charge;
     return bvc_ShipMethodTable;
 }