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