Try to:
- create subclass of AbstractEMFOperation, implement doExecute() operation,
put model modification code into doExecute() method implementation
- run OperationHistoryFactory.getOperationHistory().execute() passing this
operation as a parameter.