public void Invoke(IGames ser) { Console.WriteLine("Change count of game"); int index = Menu.IndexGames(); ser.ChangeCountOfGame(index); }