I want to use a TreeView and design a form similar to the following image:

Details:
- user select item group from treeview (treeview content checkbox).
- After check each group from treeview items in this group fetch from SqlServer DB and show in the ListBox and when unchecked remove items from ListBox.
What is the best way to design this form?