public void store(string index, tipo valor) { tabela.Add(index, valor); }
public void push(tipo num) { pilha.Push(num); }