public bool InsertProductCategoryRelation(int styleNumber, string category)
        {
            ServiceProduct service = new ServiceProduct();

            return(service.InsertProductCategoryRelation(styleNumber, category));
        }