private static void AddInitialCCWJurisdictions(this IDbAppContext context, List <CCWJurisdiction> CCWJurisdictions) { CCWJurisdictions.ForEach(u => context.AddInitialCCWJurisdiction(u)); }