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

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