1) go to Solution explorer.
2) click right on Refernce of DataEntry project. -> select (Add reference)
3) Select the tab (Projects) -> select DBLibrary. -> Click ok
4) go to your class that you want to use DatabaseEngine in and add: Import DataEntry.
5) in the method you want to call the data base function add:
Dim DBInstance as New DatabaseEngine
DBInstance.any member or method in this class
6) and have fun with the powerfull multi tier projects