public async Task <IActionResult> Index() { var attractions = _attractionRepository.GetAllAttraction(); return(View(await attractions)); }