public InfoPage(ITranslation translation, IInfoPageViewModel viewModel)
		{
			_translation = translation;
			_viewModel = viewModel;
			CreateUI();
		}
 public InfoPage(ITranslation translation, IInfoPageViewModel viewModel)
 {
     _translation = translation;
     _viewModel   = viewModel;
     CreateUI();
 }