/// <summary>
 /// Deprecated Method for adding a new object to the ENTtblContacts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToENTtblContacts(ENTtblContact eNTtblContact)
 {
     base.AddObject("ENTtblContacts", eNTtblContact);
 }
 /// <summary>
 /// Create a new ENTtblContact object.
 /// </summary>
 /// <param name="contactId">Initial value of the ContactId property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 public static ENTtblContact CreateENTtblContact(global::System.Int32 contactId, global::System.String type, global::System.String value)
 {
     ENTtblContact eNTtblContact = new ENTtblContact();
     eNTtblContact.ContactId = contactId;
     eNTtblContact.Type = type;
     eNTtblContact.Value = value;
     return eNTtblContact;
 }