public List <Advertisement> getAll()
 {
     return(AdvertisementRepository.getAll());
 }