public GenericRepository(SchoolContext context) { this.context = context; this.dbSet = context.Set(); }