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