public async Task <IActionResult> Index() { var trails = _trailRepository.GetAllTrail(); return(View(await trails)); }