public void Restore(Memento <float> memento) { while (memento.Any()) { this.Numbers.Add(memento.Pop()); } }