private void frmAppointment_Load(object sender, EventArgs e)
 {
     selectClass.selectEmployeesname(comboBox1);
     clearAll();
 }