public ActionResult End(int id) { _tripService.End(id); return(RedirectToRoute(new { controller = "Trip", action = "Index" })); }