Grid Popup Crud
Grid using popupForms (aweui.initPopupForm) for create/edit/delete actions. To each popupForm we assign a function that will set the content of the popup (or return a promise),
and a function that will handle the data.
The edit and delete buttons are calling for the popupForm to open with the row model id as parameter.