public void RemoveDashboardInProgressServiceRequestsRow(DashboardInProgressServiceRequestsRow row) {
     this.Rows.Remove(row);
 }
 public DashboardInProgressServiceRequestsRowChangeEvent(DashboardInProgressServiceRequestsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddDashboardInProgressServiceRequestsRow(DashboardInProgressServiceRequestsRow row) {
     this.Rows.Add(row);
 }