public DeptInfo GetDeptInfoByCode(string DeptCode)
 {
     return(_iDeptInfoDao.GetDeptInfoByCode(DeptCode));
 }