public bool Audit(AuditLeaves audit) { try { return(_leaveRepository.Audit(audit)); } catch (Exception ex) { throw ex; } }