public void removeOutput(Dock dock) { stackOutputs.Children.Remove(dock); }
public void removeInput(Dock dock) { stackInputs.Children.Remove(dock); }