public void Select() { if (selected) { stepManager.ResetSteps(); return; } stepManager.HideSteps(this); Show(); ShowInfo(); }