public void updateHtlRoom(HtlRoom htlRoom) {
   hotelRoomDAO.updateHtlRoom(htlRoom);
 }