public void RemoveTimesheetMissingReportRow(TimesheetMissingReportRow row) {
     this.Rows.Remove(row);
 }
 public TimesheetMissingReportRowChangeEvent(TimesheetMissingReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTimesheetMissingReportRow(TimesheetMissingReportRow row) {
     this.Rows.Add(row);
 }