public override void Handle(Televizor tv) { tv.State = new StateOn(); }
public abstract void Handle(Televizor tv);