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