public DataTable getStaffInFaculty(string faculty)
 {
     return(scheduleDAL.getStaffinFaculty(faculty));
 }