You need to use Customer DAC in your action, as it is the main DAC in the CustomerMaint graph:
public PXAction<Customer> HelloWorld;
You don't need to modify the ASPX page at all, the framework will display the button using the code from your graph extension.