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

            return(dp.GetAllSizes());
        }