private bool AttendeeExists(int attendeeId)
 {
     return(_attendeeRepository.Exists(attendeeId));
 }