public EFRepository(IBookShopContext context) { this.context = context; this.set = context.Set <T>(); }