private void btn_LocationList_Click(object sender, EventArgs e) { LocationLists location = new LocationLists(); location.ShowDialog(); }