public override void ViewDidLoad()
        {
            base.ViewDidLoad ();

            // Do any additional setup after loading the view.
            mAuthenticator = new GoogleAuthenticator();
        }