public function isAllowed(Doctor $doctor)
 {
     return $this->isAllowed && ($this->inspector->user->name == 'tt2ww1314' || $doctor->isDefaultedAdminLevel());
 }