public void AddProductPropertyValues(ProductPropertyValue productPropertyValue) { _context.ProductPropertyValues.Add(productPropertyValue); }