public override bool CheckElementExists(string value) { return(GList.Any(item => item.CityName == value)); }