public void Notificar( INotificador notificadorActual, String elMensaje )
 {
     notificadorActual.EjecutarNotificacion( elMensaje );
 }