/// <summary>
 /// Create a new Report object.
 /// </summary>
 /// <param name="reportID">Initial value of the ReportID property.</param>
 /// <param name="reportName">Initial value of the ReportName property.</param>
 public static Report CreateReport(global::System.Int32 reportID, global::System.String reportName)
 {
     Report report = new Report();
     report.ReportID = reportID;
     report.ReportName = reportName;
     return report;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Reports EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReports(Report report)
 {
     base.AddObject("Reports", report);
 }