void GetServices()
 {
     _viewModel = ServiceLocator.Current.GetInstance <AboutViewModel>();
 }
		void GetServices ()
		{
			_viewModel = ServiceLocator.Current.GetInstance<AboutViewModel>();
		}