public UnitOfWorkProduct(ProductContext context)
 {
     Products = new ProductRepository(context);
     _context = context;
 }