protected void Page_Init( Object sender, EventArgs e )
        {
           

            if( Request.ServerVariables[ "LOGON_USER" ].Length > 0 )
            {
                AuthenticationController objAuthentication = new AuthenticationController();
                objAuthentication.AuthenticationLogon();
            }
        }