public BackgroundNavigationPage(IBackgroundNavigationPageViewModel viewModel, ITranslation translation)
		{
			_viewModel = viewModel;
			_translation = translation;
			CreateToolbarItem();
		}
 public BackgroundNavigationPage(IBackgroundNavigationPageViewModel viewModel, ITranslation translation)
 {
     _viewModel   = viewModel;
     _translation = translation;
     CreateToolbarItem();
 }