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