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