// GET api/values
        public IEnumerable <string> Get()
        {
            string result = custbll.GetTest();

            return(new string[] { result, result });
        }