public CategoryRepository(DAL.ProductReviewContext context) { this.context = context; }
public CustomerRepository(DAL.ProductReviewContext context) { this.context = context; }