private void btnPayPal_Click(object sender, EventArgs e) { Donation paypal = new Donation(); paypal.Donatebutton(); }