public List <string> FillDestinationPicker() { List <string> destinations = ws.GetDestinationsFromDatabase(); return(destinations); }