/// <summary>
 /// Create a new bvc_UserXContact object.
 /// </summary>
 /// <param name="contactId">Initial value of the ContactId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 public static bvc_UserXContact Createbvc_UserXContact(global::System.String contactId, global::System.String userId)
 {
     bvc_UserXContact bvc_UserXContact = new bvc_UserXContact();
     bvc_UserXContact.ContactId = contactId;
     bvc_UserXContact.UserId = userId;
     return bvc_UserXContact;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_UserXContact EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_UserXContact(bvc_UserXContact bvc_UserXContact)
 {
     base.AddObject("bvc_UserXContact", bvc_UserXContact);
 }