public void updateConsecutivo(string sigla) { if (string.IsNullOrWhiteSpace(sigla)) { return; } gDao.updateConsecutivo(sigla); }