public bool Add(Advertisement advertisement) { _advertisementRepository.Add(advertisement); return(true); }