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