public string getFileDataInJson()
        {
            string strfilepath = HttpContext.Current.Server.MapPath("/XMLDataSources/clsSharedFolder.xml");

            return(ConvertorJson.GetJsonFromXMLFelepath(strfilepath));
        }
        public string getFileDataInJson()
        {
            string strfilepath = HttpContext.Current.Server.MapPath("~/XMLDataSources/clsCustomSetupFileNames.xml");

            return(ConvertorJson.GetJsonFromXMLFelepath(strfilepath));
        }