public Attendee GetAttendee(string id)
 {
     return(_attendeeRepository.GetAttendee(id));
 }