protected void Page_Unload(object sender, EventArgs e)
        {
            if (MercuryApplication != null)
            {
                MercuryApplication.ApplicationClientClose();
            }

            return;
        }