public List <Destination> SearchDestinations(string criteria) { return(destinationRepository.SearchDestinations(criteria)); }