return this.showForm(request, response, errors);
}
else {
try {
IEmployee employee = (IEmployee) this.introductor.getTarget(view);
office.addEmployee(employee);
store.addOffice(office);
}
catch(BusinessException ex) {
for (Error error : ex.getErrors()) {
errors.reject(error.getCode(), error.getMessage());