When a user clicks "Return a book", they can see a list of checked out
books and a link to return each book
When a user clicks "Return", they can add the current location
When the circulation controller processes a return, it adds a return
date to the associated CheckOut object and updates the current location
based on the form input.