public async Task <ActionResult> Details(int tripId) { var detail = await _services.GetTripDetails(tripId); return(View(detail)); }