public string getCollectionTime(string cp)
        {
            string time = cda.getCollectionTime(cp);

            return(time);
        }