/// <summary>
 /// Deprecated Method for adding a new object to the CaseAccounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCaseAccounts(CaseAccount caseAccount)
 {
     base.AddObject("CaseAccounts", caseAccount);
 }
 /// <summary>
 /// Create a new CaseAccount object.
 /// </summary>
 /// <param name="caseAccountID">Initial value of the CaseAccountID property.</param>
 public static CaseAccount CreateCaseAccount(global::System.Int32 caseAccountID)
 {
     CaseAccount caseAccount = new CaseAccount();
     caseAccount.CaseAccountID = caseAccountID;
     return caseAccount;
 }