* @see de.buerobyte.iritgo.core.command.Command#perform()
   */
  @Override
  public void perform()
  {
    AkteraAktarioGUI gui = (AkteraAktarioGUI) Client.instance().getClientGUI();
    gui.getDesktopManager().getDisplay("BuddyListPane").bringToFront();
    gui.getDesktopManager().getDisplay("BuddyListPane").show();
  }