public void RemoveExpiredServiceRequestsRow(ExpiredServiceRequestsRow row) {
     this.Rows.Remove(row);
 }
 public ExpiredServiceRequestsRowChangeEvent(ExpiredServiceRequestsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddExpiredServiceRequestsRow(ExpiredServiceRequestsRow row) {
     this.Rows.Add(row);
 }