public void AddrouteRow(routeRow row) {
     this.Rows.Add(row);
 }
 public void RemoverouteRow(routeRow row) {
     this.Rows.Remove(row);
 }
 public routeRowChangeEvent(routeRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }