/// <summary>
 /// Deprecated Method for adding a new object to the C8_50tblReportingType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_50tblReportingType(C8_50tblReportingType c8_50tblReportingType)
 {
     base.AddObject("C8_50tblReportingType", c8_50tblReportingType);
 }
 /// <summary>
 /// Create a new C8_50tblReportingType object.
 /// </summary>
 /// <param name="reportingType">Initial value of the ReportingType property.</param>
 public static C8_50tblReportingType CreateC8_50tblReportingType(global::System.String reportingType)
 {
     C8_50tblReportingType c8_50tblReportingType = new C8_50tblReportingType();
     c8_50tblReportingType.ReportingType = reportingType;
     return c8_50tblReportingType;
 }