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