/// <summary>
 /// Create a new ecommrc_News object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="timeStampUtc">Initial value of the TimeStampUtc property.</param>
 /// <param name="message">Initial value of the Message property.</param>
 public static ecommrc_News Createecommrc_News(global::System.Int64 id, global::System.DateTime timeStampUtc, global::System.String message)
 {
     ecommrc_News ecommrc_News = new ecommrc_News();
     ecommrc_News.Id = id;
     ecommrc_News.TimeStampUtc = timeStampUtc;
     ecommrc_News.Message = message;
     return ecommrc_News;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ecommrc_News EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToecommrc_News(ecommrc_News ecommrc_News)
 {
     base.AddObject("ecommrc_News", ecommrc_News);
 }