/// <summary>
 /// Create a new ContactU object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="inquiryType">Initial value of the InquiryType property.</param>
 /// <param name="inquiry">Initial value of the Inquiry property.</param>
 /// <param name="dateTimeStamp">Initial value of the DateTimeStamp property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 public static ContactU CreateContactU(global::System.Int32 id, global::System.String inquiryType, global::System.String inquiry, global::System.DateTime dateTimeStamp, global::System.String email)
 {
     ContactU contactU = new ContactU();
     contactU.Id = id;
     contactU.InquiryType = inquiryType;
     contactU.Inquiry = inquiry;
     contactU.DateTimeStamp = dateTimeStamp;
     contactU.Email = email;
     return contactU;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ContactUs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContactUs(ContactU contactU)
 {
     base.AddObject("ContactUs", contactU);
 }