public void removeMeetingRequest(MeetingRequest aRequest) {
   meetingRepository.remove(aRequest);
 }