Hi Rashel,
When implementing Navigation, the using state needs to add in cs file is System.Windows.Navigation
NavigationService doesn't need to be instantiated, just use it as
NavigationService.Navigate(Uri...)
Besides that, you can also use a HyperlinkButton to do navigation and set NavigateUri of Hyperlinkbutton as the destinate url.
Best Regards,