/// <summary>
 /// Deprecated Method for adding a new object to the tbl_SmsJournal EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SmsJournal(tbl_SmsJournal tbl_SmsJournal)
 {
     base.AddObject("tbl_SmsJournal", tbl_SmsJournal);
 }
 /// <summary>
 /// Create a new tbl_SmsJournal object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static tbl_SmsJournal Createtbl_SmsJournal(global::System.Guid id)
 {
     tbl_SmsJournal tbl_SmsJournal = new tbl_SmsJournal();
     tbl_SmsJournal.ID = id;
     return tbl_SmsJournal;
 }