public function addMeeting(\Entities\Meeting $meetings)
 {
     $this->__load();
     return parent::addMeeting($meetings);
 }