public void add(Memento state) { _mementoes.Add(state); }
public void getStateFromMemento(Memento memento) { value_ = memento.value; }