public List <string> GetAllColors()
        {
            DataProduct dp = new DataProduct();

            return(dp.GetAllColors());
        }