private void btnpercents_Click(object sender, EventArgs e) { Forms.Percent percentform = new Forms.Percent(); percentform.Show(); }