private static TableFactory instance;
private TableEngineFactory engineFactory;
private TableFactory() {
engineFactory = new TableEngineFactory(new File(TableFactory.class.getClassLoader().getResource(TableFactory.class.getPackage().getName().replace(".", "/")).getFile()));
}