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