public function hasGroup($name)
 {
     $this->__load();
     return parent::hasGroup($name);
 }