private void BtnObraAdd_Click(object sender, EventArgs e) { CadastroObra frm = new CadastroObra(); frm.Show(); frm.FormClosed += ObrasControl_Load; }