As I like Controllers with little code I wrote a new plugin to avoid always write the same code. The plugin Dont Repeat Actions dynamically generates basic CRUD actions for a controller, avoiding a repetition of these in each controller. Happy DRY for controllers. Read more information in the README repository.