public bool NavigateToFlightsPage() { try { // View flights Flights flightPage = new Flights(); this.NavigationService.Navigate(flightPage); return true; } catch { return false; } }