/// <summary>
 /// Create a new CaseHistory object.
 /// </summary>
 /// <param name="caseHistoryID">Initial value of the CaseHistoryID property.</param>
 public static CaseHistory CreateCaseHistory(global::System.Int32 caseHistoryID)
 {
     CaseHistory caseHistory = new CaseHistory();
     caseHistory.CaseHistoryID = caseHistoryID;
     return caseHistory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CaseHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCaseHistories(CaseHistory caseHistory)
 {
     base.AddObject("CaseHistories", caseHistory);
 }