public CustomerRepository(AirTaxiSharingContext dbContext) : base(dbContext)
 {
     _dbContext = dbContext;
 }