public function getMeetingAssumptions($meeting_id)
 {
     return $this->model->ForMeeting($meeting_id)->get();
 }