public NotificacionesCEN(INotificacionesCAD _INotificacionesCAD)
 {
     this._INotificacionesCAD = _INotificacionesCAD;
 }
 public NotificacionesCEN()
 {
     this._INotificacionesCAD = new NotificacionesCAD();
 }