public void UpdateTable(int id, int tableNumber) => reservationDAO.UpdateTableNumberById(id, tableNumber);