public static IList <AuditLog> GetAll()
 {
     return(AuditLogRepository.RetrieveAll());
 }