public ProductService(AutoStoreDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public CustomerService(AutoStoreDbContext dbContext)
 {
     this.dbContext = dbContext;
 }