/**
  * {@inheritDoc}
  */
 public function remove($lhs, $rhs, $save = true)
 {
     $result = parent::remove($lhs, $rhs, $save);
     if ($result) {
         $this->registerUserAclRoles($rhs);
     }
     return $result;
 }