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