private void label8_Click(object sender, EventArgs e) { Donation D = new Donation(); this.Hide(); D.Show(); }