Have you tried?

Code:
Process.Start( "azman.msc" );
Of course AzMan needs to be installed on the target machine.

I don't have AzMan installed but the following opens the Services applet.

Code:
Process.Start( "services.msc" );