public void AddSelectDispatchReportRow(SelectDispatchReportRow row) {
     this.Rows.Add(row);
 }
 public void RemoveSelectDispatchReportRow(SelectDispatchReportRow row) {
     this.Rows.Remove(row);
 }
 public SelectDispatchReportRowChangeEvent(SelectDispatchReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }