public function removeGroup(\Entities\ContactGroup $groups)
 {
     $this->__load();
     return parent::removeGroup($groups);
 }