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