public List <string> GetAllSizes()
        {
            ProductServiceClient proxy = new ProductServiceClient();

            return(proxy.GetAllSizes().ToList());
        }