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