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