public IEnumerable <LeaveRequestHistory> GetAllRequest(int id) { return(_leaveRepository.GetAllRequest(id)); }