/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ShipMethod EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ShipMethod(bvc_ShipMethod bvc_ShipMethod)
 {
     base.AddObject("bvc_ShipMethod", bvc_ShipMethod);
 }
 /// <summary>
 /// Create a new bvc_ShipMethod object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="adjustment">Initial value of the Adjustment property.</param>
 /// <param name="adjustmentType">Initial value of the AdjustmentType property.</param>
 public static bvc_ShipMethod Createbvc_ShipMethod(global::System.Int32 id, global::System.String name, global::System.Int32 type, global::System.Double adjustment, global::System.Int32 adjustmentType)
 {
     bvc_ShipMethod bvc_ShipMethod = new bvc_ShipMethod();
     bvc_ShipMethod.ID = id;
     bvc_ShipMethod.Name = name;
     bvc_ShipMethod.Type = type;
     bvc_ShipMethod.Adjustment = adjustment;
     bvc_ShipMethod.AdjustmentType = adjustmentType;
     return bvc_ShipMethod;
 }