private void Pr_Click(object sender, EventArgs e)
 {
     Pr form2 = new Pr();
     form2.Show();
 }