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