public void CleanUp()
 {
     DbContext.PurgeTable(DbContext.AuditApplications);
     DbContext.PurgeTable(DbContext.Audits);
 }