/// <summary>
 /// Create a new Carte object.
 /// </summary>
 /// <param name="idCarte">Initial value of the idCarte property.</param>
 /// <param name="nomCarte">Initial value of the nomCarte property.</param>
 public static Carte CreateCarte(global::System.Int32 idCarte, global::System.String nomCarte)
 {
     Carte carte = new Carte();
     carte.idCarte = idCarte;
     carte.nomCarte = nomCarte;
     return carte;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CarteJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCarteJeu(Carte carte)
 {
     base.AddObject("CarteJeu", carte);
 }