public void Rollback() => rollbacks.Push(history.Pop());
public void Learn(string programm) { history.Push(programm); rollbacks = new ItemsStack <string>(); }