@BindingParam("annotation") MovementExpensesAnnotation movementExpensesAnnotation,
@ContextParam(ContextType.TRIGGER_EVENT) Event event) {
String defaultConcept = ConceptsBusiness.getDefaultConcept(movementExpensesAnnotation.getClass().getSimpleName());
Date currentDate = new Date();
MovementIncomeAnnotation movementIncomeAnnotation = movementExpensesAnnotation
.getMovementIncomeAnnotation();
movementIncomeAnnotation.setId(null);
movementIncomeAnnotation.setDate(currentDate);
movementIncomeAnnotation.setConcept(defaultConcept);
addAnnotation(movementIncomeAnnotation);
movementExpensesAnnotation.setId(null);
movementExpensesAnnotation.setDate(currentDate);
movementExpensesAnnotation.setConcept(defaultConcept);