public int GetEmployeeWorkAgeByID(string employeeID) { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.GetEmployeeWorkAgeByID(employeeID); } }