pathWidgetMap.get(path).movedDownCommand(command);
}
public void removeCommand(AbstractCommandModel command) {
SimulationStepModel step = command.getStep();
SimulationPathModel path = step.getPath();
step.removeCommand(command);
pathWidgetMap.get(path).removedCommand(command);
// TODO notify timeLineWidget in case the step icon needs to change
}