Hello, I have a program written in C++/XAML where if you click a button, the settings page will appear (by setting a frame's visibility to visible). On the settings page, the back button will collapse the frame. The frame is on the MainPage, the code that handles the back button click is on SettingsPage, how do I call the MainPage method? The below does not work.