I have two classes(forms), and I would like an item from class2 to be added to listBox in class1 when I click \"Accept\" button.
class2
listBox
class1
I
you created a new entity of type CarRental. what you should do is to send the first form to the second on construct, and modify things through that instance.