/// <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(ContactUs contactUs)
 {
     base.AddObject("ContactUs", contactUs);
 }
 /// <summary>
 /// Create a new ContactUs object.
 /// </summary>
 /// <param name="cu_id">Initial value of the cu_id property.</param>
 /// <param name="cu_reportedby">Initial value of the cu_reportedby property.</param>
 /// <param name="cu_type">Initial value of the cu_type property.</param>
 /// <param name="cu_report">Initial value of the cu_report property.</param>
 /// <param name="cu_reporteduser">Initial value of the cu_reporteduser property.</param>
 /// <param name="cu_reviewed">Initial value of the cu_reviewed property.</param>
 /// <param name="cu_datereported">Initial value of the cu_datereported property.</param>
 public static ContactUs CreateContactUs(global::System.Int32 cu_id, global::System.String cu_reportedby, global::System.Int32 cu_type, global::System.String cu_report, global::System.String cu_reporteduser, global::System.Boolean cu_reviewed, global::System.DateTime cu_datereported)
 {
     ContactUs contactUs = new ContactUs();
     contactUs.cu_id = cu_id;
     contactUs.cu_reportedby = cu_reportedby;
     contactUs.cu_type = cu_type;
     contactUs.cu_report = cu_report;
     contactUs.cu_reporteduser = cu_reporteduser;
     contactUs.cu_reviewed = cu_reviewed;
     contactUs.cu_datereported = cu_datereported;
     return contactUs;
 }