In your CustomerDatabase you have an array of Customer objects.
Each Customer object can have an array of Dvds it have borrowed.
So all you need to do is to add an array of dvds to your Customer...