private void FillAdList() { this.Ads.Clear(); foreach (var item in InternalCache.GetAds()) { this.Ads.Add(item); } }