private void toolStripButton1_Click(object sender, EventArgs e) { customerVendorOperation addOpframe = new AddCustomerVendor(customerOrVendor); addOpframe.ShowDialog(); FillTheDataGrid(); }