public List <Meeting> getAllMeetingsList()
 {
     return(meetingsRepository.getAllMeetings());
 }