AddModule
bool AddModule(Module *module);
fModules.AddModule(module);
return fModules.AddModule(new Module(NULL, info)) ? B_OK : B_ERROR;