public async Task <ActionResult <IEnumerable <Hotel> > > GetHotels() { return(await _hotel.GetAllhotels()); }