public PcrRegionAllocator(List<PlateWellLocation> wellLocations) {
   this.wellLocations = wellLocations;
   iterator = wellLocations.iterator();
   dnaLocations = PlateLocations.instance(UserPreferences.newInstance().getInt("dnaSource.type"));
 }