public async Task DeleteAnnouncement(int id)
 {
     await _repository.DeleteByIdAsync(id);
 }