public void AddProjectsSummaryReportRow(ProjectsSummaryReportRow row) {
     this.Rows.Add(row);
 }
 public void RemoveProjectsSummaryReportRow(ProjectsSummaryReportRow row) {
     this.Rows.Remove(row);
 }
 public ProjectsSummaryReportRowChangeEvent(ProjectsSummaryReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }