public int AgregarEnte(Ente ente)
 {
     return(Repositorios.AgregarEnte(ente));
 }