Clean up controller's code
Most controller should be rewrote, as they all share a lot of code, especially the index method:
- A standard "index" method should be written, which would perform the filtering and paging
- A standard "pay" method should be written, to generate transactions
- More things to clean, don't know it all yet