/// <summary>
 /// Deprecated Method for adding a new object to the SMSHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSMSHistories(SMSHistory sMSHistory)
 {
     base.AddObject("SMSHistories", sMSHistory);
 }
 /// <summary>
 /// Create a new SMSHistory object.
 /// </summary>
 /// <param name="sMSHistoryID">Initial value of the SMSHistoryID property.</param>
 /// <param name="callerRequestHistoryID">Initial value of the CallerRequestHistoryID property.</param>
 /// <param name="businessUnitID">Initial value of the BusinessUnitID property.</param>
 public static SMSHistory CreateSMSHistory(global::System.Int32 sMSHistoryID, global::System.Int32 callerRequestHistoryID, global::System.Int32 businessUnitID)
 {
     SMSHistory sMSHistory = new SMSHistory();
     sMSHistory.SMSHistoryID = sMSHistoryID;
     sMSHistory.CallerRequestHistoryID = callerRequestHistoryID;
     sMSHistory.BusinessUnitID = businessUnitID;
     return sMSHistory;
 }