public BirthdayService(IBirthdayPersonRepository repository)
 {
     this._repository = repository;
 }