public List <NOTIFICACAO> GetAllItens(Int32?idAss)
 {
     return(_baseRepository.GetAllItens(idAss));
 }