/// <summary>
 /// Deprecated Method for adding a new object to the ClaimContacts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClaimContacts(ClaimContact claimContact)
 {
     base.AddObject("ClaimContacts", claimContact);
 }
 /// <summary>
 /// Create a new ClaimContact object.
 /// </summary>
 /// <param name="claimContactID">Initial value of the ClaimContactID property.</param>
 /// <param name="claimID">Initial value of the ClaimID property.</param>
 /// <param name="contactID">Initial value of the ContactID property.</param>
 public static ClaimContact CreateClaimContact(global::System.Int32 claimContactID, global::System.Int32 claimID, global::System.Int32 contactID)
 {
     ClaimContact claimContact = new ClaimContact();
     claimContact.ClaimContactID = claimContactID;
     claimContact.ClaimID = claimID;
     claimContact.ContactID = contactID;
     return claimContact;
 }