public void AddDetailedWorkOnHandReportRow(DetailedWorkOnHandReportRow row) {
     this.Rows.Add(row);
 }
 public void RemoveDetailedWorkOnHandReportRow(DetailedWorkOnHandReportRow row) {
     this.Rows.Remove(row);
 }
 public DetailedWorkOnHandReportRowChangeEvent(DetailedWorkOnHandReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }