public void Invoke(IGames ser) { Console.WriteLine("Change place of game"); int index = Menu.IndexGames(); Console.WriteLine("Add new city of game"); string city = Validator.validator_name(Console.ReadLine()); ser.ChangePlaceOfGame(city, index); }