addDefaultValuesToAnnotation(
movementIncomeAnnotation, destinationBook, currentYear,
annotationsFilter);
movementIncomeAnnotation = (MovementIncomeAnnotation) addAnnotation(movementIncomeAnnotation);
MovementExpensesAnnotation movementExpensesAnnotation = new MovementExpensesAnnotation();
movementExpensesAnnotation
.setMovementIncomeAnnotation(movementIncomeAnnotation);
addDefaultValuesToAnnotation(
movementExpensesAnnotation, bookSelection.getSelectedBook(), currentYear,
annotationsFilter);
addAnnotation(movementExpensesAnnotation);