public List <Employee> PopulateEmpList(int headcode)
 {
     return(DepartmentDAO.PopulateEmpList(headcode));
 }