assert profileName!=null && !profileName.equals("") : "illegal profile name: "+profileName;
if(!isVisible()) return;
profileSelection.setName(profileName);
circuit.dispatch(new LoadProfile(profileName));
/*subsysStore.loadSubsystems(profileName, new SimpleCallback<List<SubsystemRecord>>() {
@Override
public void onSuccess(List<SubsystemRecord> result) {
getView().setSubsystems(result);