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