/// <summary>
 /// Deprecated Method for adding a new object to the CasePhones_v EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCasePhones_v(CasePhones_v casePhones_v)
 {
     base.AddObject("CasePhones_v", casePhones_v);
 }
 /// <summary>
 /// Create a new CasePhones_v object.
 /// </summary>
 /// <param name="caseID">Initial value of the CaseID property.</param>
 public static CasePhones_v CreateCasePhones_v(global::System.Int32 caseID)
 {
     CasePhones_v casePhones_v = new CasePhones_v();
     casePhones_v.CaseID = caseID;
     return casePhones_v;
 }