result = new SpecialSeasonRequest(this);
break;
case PHOTOCOPY_REQUEST:
this.setExecutionYear(ExecutionYear.readCurrentExecutionYear());
result = new PhotocopyRequest(this);
break;
case PARTIAL_REGIME_REQUEST:
result = new PartialRegistrationRegimeRequest(this);
break;