public void AddPrintManHoursPerPhaseRAPreVideoRow(PrintManHoursPerPhaseRAPreVideoRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintManHoursPerPhaseRAPreVideoRow(PrintManHoursPerPhaseRAPreVideoRow row) {
     this.Rows.Remove(row);
 }
 public PrintManHoursPerPhaseRAPreVideoRowChangeEvent(PrintManHoursPerPhaseRAPreVideoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }