private void button1_Click(object sender, EventArgs e) { allbillacc all = new allbillacc(); this.Hide(); all.ShowDialog(); this.Close(); }