public void PopToLogin() { if (_viewStack.Count >= 1) { BackButton.Remove(); } _viewStack.Clear(); RemoveUIView(CurrentView); PresentLogin(); }