public IEnumerable <string> GetDestinationNames()
 {
     return(_destinationService.GetDestinationNames());
 }