public bool AddRequest(LeaveRequest leaverequest) { try { return(_leaveRepository.AddRequest(leaverequest)); } catch (Exception ex) { throw ex; } }