public IList <EmployeeList> GetEmployeeList(string param, Int64 userId) { using (ILeaveHelper helper = new LeaveHelper()) { return(helper.GetEmployeeList(param, userId)); } }