public static ExportXml getInstance()
        {
            if(mInstance == null)
            {
                mInstance = new ExportXml();
            }

            return mInstance;
        }
        public static ExportXml getInstance()
        {
            if (mInstance == null)
            {
                mInstance = new ExportXml();
            }

            return(mInstance);
        }