public IEnumerable <AdvertModel> GetAll() { var adlist = _repo.GetAdverts(); return(adlist.Select(u => Map(u))); }