public bool ApproveHrd(int id, int approvalHrdId) { return(iLeaveRequestRepository.ApproveHrd(id, approvalHrdId));; }