private void btn_gradeHistory_Click(object sender, EventArgs e) { Form history = new GradeHistory(); history.Show(); }