public void AddPrintVehicleLocationDaysRow(PrintVehicleLocationDaysRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintVehicleLocationDaysRow(PrintVehicleLocationDaysRow row) {
     this.Rows.Remove(row);
 }
 public PrintVehicleLocationDaysRowChangeEvent(PrintVehicleLocationDaysRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }