public DashboardExpiredServiceRequestsRowChangeEvent(DashboardExpiredServiceRequestsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddDashboardExpiredServiceRequestsRow(DashboardExpiredServiceRequestsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveDashboardExpiredServiceRequestsRow(DashboardExpiredServiceRequestsRow row) {
     this.Rows.Remove(row);
 }