Navigate from a page control (e.g. a button) to another page
this.Frame.Navigate(typeof(MyPageName));
Navigate from code at a higher level of the App
rootFrame.Navigate(typeof(MyPageName));