edukun.addIdentificatorInCommunities(GlobalModel.getCommunities().get("security.stackexchange.com"),
new EntityIdentifier("Sairam Kunala",null));*/
Entity racker = GlobalModel.addEntity(new Entity("Racker"));
//racker.addIdentificatorInCommunities(GlobalModel.getCommunities().get("ohloh.net"),
// new EntityIdentifier("janosch","http://www.ohloh.net/p/linux-omap/contributors/34615288934090"));
racker.addIdentificatorInCommunities(GlobalModel.getCommunities().get("sla.ckers.org"),
new EntityIdentifier("rsnake",null));
GetMoreAccounts();
return GlobalModel.getEntities().values();
}