public Ente BuscarEnte(Ente ente)
 {
     return(Repositorios.BuscarEnte(ente));
 }