// Navigate to new page Uri pageFunctionUri = new Uri("NewPage.xaml", UriKind.Relative);this.NavigationService.Navigate(pageFunctionUri);