public bool DeleteProductVersion(int styleNumber, string sizeCode, string colorCode)
        {
            ProductServiceClient proxy = new ProductServiceClient();

            return(proxy.DeleteProductVersion(styleNumber, sizeCode, colorCode));
        }