public override void RemoveElement(string cityName) { GList.RemoveAll(city => city.CityName == cityName); }