/// <summary>
 /// Create a new ReportType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ReportType CreateReportType(global::System.Int32 id, global::System.String name)
 {
     ReportType reportType = new ReportType();
     reportType.Id = id;
     reportType.Name = name;
     return reportType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportTypes(ReportType reportType)
 {
     base.AddObject("ReportTypes", reportType);
 }