public List <string> GetAllColors()
        {
            ServiceProduct service = new ServiceProduct();

            return(service.GetAllColors());
        }