Including some use for classes; REfactoring the HomeController, to make it cleaner and avoid repeating code.
The TakeController was manually sending the email message as well as dealing with item return, so I moved the email message to it's own listener, I created an event for it and moved the return part to the item model.