public void AddPrintManHoursPerPhaseGeneralRow(PrintManHoursPerPhaseGeneralRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintManHoursPerPhaseGeneralRow(PrintManHoursPerPhaseGeneralRow row) {
     this.Rows.Remove(row);
 }
 public PrintManHoursPerPhaseGeneralRowChangeEvent(PrintManHoursPerPhaseGeneralRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }