public void RightAnswer(string country) { int index = CountryList.FindIndex(x => x.Name == country); CountryList.Remove(CountryList[index]); RightAnswers++; }