[DataMember]
        public string ProductList
        {
            get { return productList; }
            set { productList = value; }
        }