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