public List <Destino> PegaDestinoPorFiltroDeNome(string name)
 {
     return(destino.GetByNomeDestino(name));
 }