public string getSL()
        {
            safeNetDll sd = new safeNetDll();

            //return sd.getSLXML(false);
            return(sd.getSLXML());
        }
        public bool installSafeNet(string pk, out string slId, out string msg)
        {
            safeNetDll sd = new safeNetDll();

            //return sd.installSafeNet(false, pk,out slId, out msg);
            return(sd.installSafeNet(pk, out slId, out msg));
        }
        public string TransferToolupdate(string h2h)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.TransferToolupdate(h2h));
        }
        public string transferSafeNet(string h2h)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.update(h2h));
        }
        public string getImmigration()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getImmigrationXML());
        }
        public string getC2V()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getC2VXML());
        }
        public string rehost(string slcode, string recipient)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.rehost(slcode, recipient));
        }
        public bool logout()
        {
            safeNetDll sd = new safeNetDll();

            return(sd.logout());
        }
        public string loginstate(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.loginstate(slCode));
        }
        public string getSLInfo(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.getSLInfo(slCode));
        }
        public bool login(string slCode)
        {
            safeNetDll sd = new safeNetDll();

            return(sd.login(slCode));
        }