public void Alert() { Observers.Alert(this, null); }
public void Alert(string msg) { Observers.Alert(this, new ObserverEventArgs { Arg = msg }); }