protected function checkPerm(Session $session)
 {
     return ($session->getImportanceRank() & Settings::RANK_IMPORTANCE_DONATOR) > 0;
 }