public void AddPrintManHoursPerPhaseRARow(PrintManHoursPerPhaseRARow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintManHoursPerPhaseRARow(PrintManHoursPerPhaseRARow row) {
     this.Rows.Remove(row);
 }
 public PrintManHoursPerPhaseRARowChangeEvent(PrintManHoursPerPhaseRARow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }