private void button6_Click(object sender, EventArgs e) { bill bl = new bill(); this.Hide(); bl.ShowDialog(); this.Close(); }