public Employee GetEmployeeInfoByEmployeeCode(string employeecode)
 {
     return(edao.GetEmployeeInfoByEmployeeCode(employeecode));
 }