public void AddPrintManHoursPerPhaseFLLReinstatePostVideoRow(PrintManHoursPerPhaseFLLReinstatePostVideoRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrintManHoursPerPhaseFLLReinstatePostVideoRow(PrintManHoursPerPhaseFLLReinstatePostVideoRow row) {
     this.Rows.Remove(row);
 }
 public PrintManHoursPerPhaseFLLReinstatePostVideoRowChangeEvent(PrintManHoursPerPhaseFLLReinstatePostVideoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }