private void btnSalvar_Click(object sender, EventArgs e) { cm.NomeCat = txtNomeCat.Text; cc.SalvarCategoria(cm); }