public EventFiring()
 {
     birthday    = new BirthdayEvent();
     anniversary = new AnniversaryEvent();
 }