public void AddLFS_VACATION_DAYSRow(LFS_VACATION_DAYSRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_VACATION_DAYSRow(LFS_VACATION_DAYSRow row) {
     this.Rows.Remove(row);
 }
 public LFS_VACATION_DAYSRowChangeEvent(LFS_VACATION_DAYSRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }