protected function hasPrivilege(array $roles)
 {
     return in_array($this->employee->getRole(), $roles);
 }