public Destino PegaDestinoPorCodigo(int id)
 {
     return(destino.GetById(id));
 }