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