private void ProceedToHomePage() { this.navBar = new BottomNavBar(); this.bottomBarPage = navBar.GetBottomBar(); NavigationPage.SetHasNavigationBar(bottomBarPage, false); Application.Current.MainPage = new NavigationPage(bottomBarPage); }