private void ler_grupo() { DBApp db = new DBApp(); Grupo = Convert.ToInt32(db.getFieldValueInteger("SELECT TOP 1 GRU_IND FROM Grupos")); }