public NotifyCEN(INotifyCAD _INotifyCAD) { this._INotifyCAD = _INotifyCAD; }
public NotifyCEN() { this._INotifyCAD = new NotifyCAD(); }