public void RemoveSchedulesSearchRow(SchedulesSearchRow row) {
     this.Rows.Remove(row);
 }
 public SchedulesSearchRowChangeEvent(SchedulesSearchRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddSchedulesSearchRow(SchedulesSearchRow row) {
     this.Rows.Add(row);
 }