public IActionResult Delete(int id) { _TrailFactory.DeleteByID(id); return(RedirectToAction("Index")); }