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