public MENSAGEM CheckExist(MENSAGEM camp, Int32?idAss) { MENSAGEM item = _baseRepository.CheckExist(camp, idAss); return(item); }