public override void ViewDidLoad ()
		{
			base.ViewDidLoad ();

			viewModel = App.PointsViewModel;

			InitCollectionView ();
			InitBadges ();
		}