private void Addbtn_Click(object sender, EventArgs e) { AddItemForm a = new AddItemForm(); a.ShowDialog(); }