public List <Announcement> GetAll()
 {
     return(_announcementDal.GetAll());
 }