Fixed /allBorrowed
added JPA function to retrieve currently borrowed books that are also sorted by borrow_id, changed "borrow_id" to "id" (otherwise JPA function would not work), added filtering/collection/treeset so that all borrowed books are only retrieved once (pain in the ass)