public PrismAppShell() { _viewModel = new PrismAppShellViewModel(); DataContext = _viewModel; InitializeComponent(); }