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