public void RemoveTIMESHEET_ALLRow(TIMESHEET_ALLRow row) {
     this.Rows.Remove(row);
 }
 public TIMESHEET_ALLRowChangeEvent(TIMESHEET_ALLRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTIMESHEET_ALLRow(TIMESHEET_ALLRow row) {
     this.Rows.Add(row);
 }