public CONTATO CheckExist(CONTATO conta, Int32?idAss) { CONTATO item = _baseService.CheckExist(conta, idAss); return(item); }