private void btnAddProduct_Click(object sender, EventArgs e) { //Open Add Product Form frmAddProduct AddProductForm = new frmAddProduct(); AddProductForm.ShowDialog(); }