Allow modules to register a tab with the NetDesign module to be shown in the admin interface. ``` php function RegisterTab($action) { // Code me } ```