public void RemovePrintEmployeeLocationRow(PrintEmployeeLocationRow row) {
     this.Rows.Remove(row);
 }
 public PrintEmployeeLocationRowChangeEvent(PrintEmployeeLocationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddPrintEmployeeLocationRow(PrintEmployeeLocationRow row) {
     this.Rows.Add(row);
 }