public List<SMT.HRM.CustomModel.V_DEPARTMENT> GetDepartmentBossHeadList(string postId) { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.GetDepartmentBossHeadList(postId); } }