return settingsForSingleton;
}
public Form<HotfixController> createHotfixForm(){
if (hotfixFormSingleton==null){
hotfixFormSingleton = new FxmlForm<HotfixController>("",new HotfixController(new HotfixModel(), guiCopperDataProvider), messageProvider, getDefaultShowFormStrategy());
}
return hotfixFormSingleton;
}