/// <summary>
 /// Deprecated Method for adding a new object to the JourJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJourJeu(Jour jour)
 {
     base.AddObject("JourJeu", jour);
 }
 /// <summary>
 /// Create a new Jour object.
 /// </summary>
 /// <param name="idJour">Initial value of the idJour property.</param>
 /// <param name="nomJourFr">Initial value of the nomJourFr property.</param>
 /// <param name="nomJourEn">Initial value of the nomJourEn property.</param>
 public static Jour CreateJour(global::System.Int32 idJour, global::System.String nomJourFr, global::System.String nomJourEn)
 {
     Jour jour = new Jour();
     jour.idJour = idJour;
     jour.nomJourFr = nomJourFr;
     jour.nomJourEn = nomJourEn;
     return jour;
 }