public GenericRepository(MVCEntities context) { this.context = context; this.dbSet = context.Set <TEntity>(); }