public void SetGame(XamarinDemoiOSViewController prevController, Game game) 
		{
			this.Game = game;

		}
		public GameListSource (XamarinDemoiOSViewController controller, List<Game> games)
		{
			this.controller = controller;
			tableItems = games;
		}