public TTTGameHistoryViewController()
        {
            Title = "Game";

            ratingControl = new TTTRatingControl(new RectangleF(0, 0, 150, 30));
            ratingControl.ValueChanged += changeRating;
            NavigationItem.TitleView    = ratingControl;

            NSNotificationCenter.DefaultCenter.AddObserver(TTTProfile.IconDidChangeNotification,
                                                           iconDidChange);
        }
		public TTTGameHistoryViewController ()
		{
			Title = "Game";

			ratingControl = new TTTRatingControl (new CGRect (0, 0, 150, 30));
			ratingControl.ValueChanged += ChangeRating;
			NavigationItem.TitleView = ratingControl;

			NSNotificationCenter.DefaultCenter.AddObserver ((NSString)TTTProfile.IconDidChangeNotification,
			                                                IconDidChange);
		}