public void Undo() { if (aufgabe.Undo()) { foreach (WechselGeldEingabe we in eingaben) { we.Aktualisiere(); } } }