public void AddLFS_TIMESHEETRow(LFS_TIMESHEETRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_TIMESHEETRow(LFS_TIMESHEETRow row) {
     this.Rows.Remove(row);
 }
 public LFS_TIMESHEETRowChangeEvent(LFS_TIMESHEETRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }