export enum Operation {
    add,
    read,
    correct,
    update,
    nonexistent,
    delete,
    clear
}
