public List <Meeting> Get()
 {
     return(Meeting.GetUpcomingMeetings());
 }