public async Task <ActionResult> Details(int destinationId)
 {
     return(View(await _service.GetDestinationDetails(destinationId)));
 }