public List <Ente> ObtenerTodosLosEntes(Type tipoEnte)
 {
     return(Repositorios.ObtenerEntes(tipoEnte));
 }
 public List <Ente> ObtenerTodosLosEntes()
 {
     return(Repositorios.ObtenerEntes());
 }