public List <PackageByDestinationViewModel> GetPackagesGroupByDestination() { return(_destinationRepository.GetPackagesGroupByDestination()); }