@Transactional
 public void delete(HolidayCard holidayCard) {
   // remove the complete holidayCard
   holidayCardDAO.delete(holidayCard);
 }