for(ServerGroupRecord record : serverGroupRecords)
{
String groupName = record.getGroupName();
final String token = "domain/" + NameTokens.ServerGroupPresenter + ";name=" + groupName;
final TreeItem item = new LHSTreeItem(groupName, token);
root.addItem(item);
}
root.setState(true);
}