public void AddupdateRouteRow(updateRouteRow row) {
     this.Rows.Add(row);
 }
 public void RemoveupdateRouteRow(updateRouteRow row) {
     this.Rows.Remove(row);
 }
 public updateRouteRowChangeEvent(updateRouteRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }