public bool Approve(LeaveRequestHistory leave) { try { return(_leaveRepository.Approve(leave)); } catch (Exception ex) { throw ex; } }