private void pricesbtn_Click(object sender, EventArgs e) { Prices p = new Prices(); this.Hide(); p.Show(); }