private void markAttendance_Click(object sender, EventArgs e) { MarkAttendance form = new MarkAttendance(); form.ShowDialog(); }