public function addMeetingItem(\Entities\MeetingItem $meetingItems)
 {
     $this->__load();
     return parent::addMeetingItem($meetingItems);
 }