@AsyncHandler
 void onSendContact(Void result) {
   contactEditor.edit(new Contact());
 }
 @PresentHandler
 void present(ContactPlace place) {
   contactEditor.edit(new Contact()); // Init the form with all the default values
 }