protected void disableAlphabeticalSorting(final AnActionEvent event) {
   mySortAction.setSelected(event, false);
 }