public List <Destino> PegaTodosDestinosComAcomodacao()
 {
     return(destino.GetAllDestinosAcomodacoes(acomodacaosList));
 }