70 * Undo a command. Managing the correspondig vectors and the execution of the inverse action to the - ACTUAL DONE- action
71 * @return Returns true if the inverse command ( the actual to execute in UNDO actions ) is executed. If it is false the state of the vector must not change.
76 * Redo a command. Managing the correspondig vectors and the execution of the inverse action to the - ACTUAL DONE- action
77 * @return Returns true if the actual command to execute ( the actual to execute in REDO actions )has been executed. If it is false the state of the vector must not change.