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