private void button8_Click(object sender, EventArgs e) { Warnings war = new Warnings(userId); war.Show(); this.Hide(); }