public IEnumerable <DomainNotification> ObterNotificacoes()
 {
     return(_notification.ObterNotificacoes());
 }