function DisplayBareRelations(WebPage $oPage, $bEditMode = false)
 {
     parent::DisplayBareRelations($oPage, $bEditMode);
     if (!$bEditMode) {
         $oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
         $this->DoShowGrantSumary($oPage);
     }
 }