public List <HotelImage> GetHotelImagesByHotelId(int hotelId) { return(_hotelDal.GetHotelImages(hotelId)); }