public void AuctionProperty (BoardTile tile, GamePlayer hostPlayer){
		// TODO actually do an auction
		// notify the player that the auction is complete
		hostPlayer.DoneAuction();
	}