private static void SeedCustomers(SalesContext db, int count)
 {
     CustomerGenerator.InitialCustomersSeed(db, count);
 }