public async Task <IActionResult> All(int page = 1)
 => View(await destinationService.AllDestinationsAsync(page));