protected void Notificar(string mensagem)
 {
     _notificador.AdicionarNotificacao(new Notificacao(mensagem));
 }