macro_rules! process_ui_command {
    ($obj:ident, $db:ident) => { ... };
}