/// <summary>
 /// Create a new vwGetAdjustment object.
 /// </summary>
 /// <param name="unitID">Initial value of the UnitID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static vwGetAdjustment CreatevwGetAdjustment(global::System.Int32 unitID, global::System.Int32 id)
 {
     vwGetAdjustment vwGetAdjustment = new vwGetAdjustment();
     vwGetAdjustment.UnitID = unitID;
     vwGetAdjustment.ID = id;
     return vwGetAdjustment;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwGetAdjustments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwGetAdjustments(vwGetAdjustment vwGetAdjustment)
 {
     base.AddObject("vwGetAdjustments", vwGetAdjustment);
 }