wow = (settings.get("application.helper", "") + "." + wow + "." + getControllerNameWithoutSuffix() + "Helper");
Object instance;
try {
instance = Class.forName(wow).newInstance();
} catch (Exception e) {
instance = new WowCollections();
}
return instance;
}