private void btnAdd_Click(object sender, EventArgs e) { addNewArtistForm f = new addNewArtistForm(); f.Show(); populateDataGrid(); }