//arrivals private void button2_Click(object sender, EventArgs e) { this.Hide(); Arrivals ar = new Arrivals(); ar.ShowDialog(); this.Close(); }