I have a form that is for editing a object (Like EditStudentForm) and it extends SimpleFormController. I have 2 submit buttons on the form "Save" and "Delete". How can I execute the appropriate method based on which button has been clicked?