public void AddPrintManHoursPerPhasePLRow(PrintManHoursPerPhasePLRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintManHoursPerPhasePLRow(PrintManHoursPerPhasePLRow row) {
     this.Rows.Remove(row);
 }
 public PrintManHoursPerPhasePLRowChangeEvent(PrintManHoursPerPhasePLRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }