private void button8_Click(object sender, EventArgs e) { AddCity addCity = new AddCity(database, this); addCity.Show(); }