public List <AdModel> GetAd() { var query = AdService.MicroMallQuery(); return(query.Select(x => new AdModel(x, ImageUrl)).ToList()); }