If I do this inside a User Control:
NavigationService.Navigate(new Uri(\"/Alliance.xaml\", UriKind.Relative));
it says this error:
((Frame)(Application.Current.RootVisual as MainPage).FindName("ContentFrame")) .Navigate(new Uri("Page Name", UriKind.Relative));