public void DisplayFirstRun( )
        {
            ContainerViewController.RemoveFromParentViewController( );
            LoginViewController.RemoveFromParentViewController( );

            // display an error and return them to the first run screen.
            Rock.Mobile.Util.Debug.DisplayError(Strings.General_StartUp_Error_Header, Strings.General_StartUp_Error_Message);

            PresentViewController(FirstRunViewController, false, null);
        }