private void BatchAttributeEdit() { AttributeEditor editor = new AttributeEditor(); editor.LoadObjects(this); if (editor.ShowDialog() == DialogResult.OK) { } }