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