public List<HtlRoom> getHtlRooms(
     Long hotelId, Long roomTypeId, Date checkinDate, Date checkoutDate) {
   // TODO Auto-generated method stub
   return hotelRoomDAO.getHtlRooms(hotelId, roomTypeId, checkinDate, checkoutDate);
 }