Make it easier for people to use transactions. Few options for syntax, which I will work on - perhaps... `$obj_thing->incrementInTransaction('count', 1);` or maybe `Utils::adjust($obj_thing, 'count', 1);` ...insert more choices here!