public CustomerService(ApplicationDbContext db, ISortStrategyParser strategyParser)
 {
     this.db             = db;
     this.strategyParser = strategyParser;
 }
 public PurchaseOrderService(ApplicationDbContext db, ISortStrategyParser strategyParser)
 {
     this.db             = db;
     this.strategyParser = strategyParser;
 }