public IActionResult Index()
 {
     ViewBag.Trails = trailFactory.Index();
     return(View("AllTrails"));
 }