public List <NOTIFICACAO> GetNotificacaoNovas(Int32 id, Int32?idAss) { return(_notRepository.GetNotificacaoNovas(id, idAss)); }