public Repository(PruebaContext pruebaContext) { this.dbContext = pruebaContext; this.dbSet = dbContext.Set <TEntity>(); }