private void arquivoLer(string nome, string text) { Arquivo arquivo = new Arquivo(); arquivo.CriarAlterarArquivo(nome, text); }