public void Dispose()
 {
     EanValidator = null;
 }
 public EanValidatorFixture()
 {
     EanValidator = new EanValidator();
 }