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