private void bt_novo_Click(object sender, EventArgs e) { frmCadastroPec frmCadPec = new frmCadastroPec(); frmCadPec.ShowDialog(); PreencherGrid(); }