public void AdvertisementDel(IEnumerable <long> ids)
 {
     AdvertisementDAO.AdvertisementDelete(ids);
 }