public List <Destino> ObterTodosDestinos() { try { return(destino.GetAllDestinos()); } catch (Exception exp) { List <Destino> dest = null; return(dest); } }