//public IList<DeptInfo> GetDeptInfoList(object o)
        //{
        //return _iDeptInfoDao.GetDeptInfoList(o);
        //}

        public int GetDeptCountByFatherId(string DeptId)
        {
            return(_iDeptInfoDao.GetDeptCountByFatherId(DeptId));
        }