}
if ( graphDbServiceManager.isRunning() && graphDbServiceManager.getCurrentAlias().equals( alias ) )
{
addAction( menu, new StopAction( neoGraphView ) );
addAction( menu, new ExportToXmlAction() );
addAction( menu, new ExportToJsonAction() );
}
else
{