props.setProperty("command", "aktera-client.showEmbeddedAddress");
props.setProperty("name", "showEmbeddedAddress");
CommandTools.performSimple("aktario-xmlrpc.AddXmlRpcCommand", props);
addAddressTableColumn(new ITableColumn().withTitle("id"));
addAddressTableColumn(new ITableColumn().withTitle("name"));
addAddressTableColumn(new ITableColumn().withTitle("firstName"));
addAddressTableColumn(new ITableColumn().withTitle("company"));
addAddressTableColumn(new AddressViewColumn());
addAddressTableColumn(new AddressActionColumn());
addAddressTableActionMenuItemProvider(new IMenuItemProvider()
{