public NotificationCEN(INotificationCAD _INotificationCAD)
 {
     this._INotificationCAD = _INotificationCAD;
 }
 public NotificationCEN()
 {
     this._INotificationCAD = new NotificationCAD();
 }