void RemoveFromActionList(ActionPoint point) { if (actionablePoints.Remove(point)) { point.HideAction(); } }