Better yet, if you want code to execute via a Button Click, but also want
that code to run when other actions are performed, the code should not be
*part of* the Button Click Event Handler, but should be *called by* the
Button Click Event Handler. Unless these other operations necessitate a
programmatic click of a Button, a Click is not necessary.