private void btnSearchAttendance_Click(object sender, EventArgs e) { AttendanceDetails sad = new AttendanceDetails(); sad.ShowDialog(); }