public Repositorio(ContextoApp contexto) { this.Contexto = contexto; this.DbSet = Contexto.Set <TEntidade>(); }