public void SetMemento(Memento memento) { LCDTV = memento.LCDTV; }
public Memento(LCDTV LCDTV) { this.LCDTV = LCDTV; }