public static bool Save(AuditLog auditLog)
 {
     return(AuditLogRepository.Save(auditLog));
 }
 public static bool Save(Exception exception)
 {
     return(AuditLogRepository.Save(exception));
 }