public List <TEntity> ConsulteLista()
 {
     return(_repositorio.ConsulteLista().ToList());
 }