public InterchangePopupMenuManager(InterchangeView view) {
this(view, new ArrayList<SectionFactories>());
}
public InterchangePopupMenuManager(InterchangeView view, List<SectionFactories> sections) {
this.debugActions = new EntityDebugActions();
initialize(view);
for (SectionFactories s : sections) {
addFactories(s);
}
// This manager is created when the InterchangeView is created, which may not necessarily