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