persistence.saveBoard( board ).then( function () {
            res.json( { success: true, id: board.id } );
        }, function ( error ) {
            res.json( { error: error } );
        } );