public string[] GetApproverEmail(string EmpID) { return(_iLeaveRequestRepository.GetApproverEmail(EmpID)); }