I'm creating a project and I'm using 3 layers .. presentation, logic, and data access! In my data class I need to access DAO (sqlite) but I need the context to use my DAO, but I can not use the context in this class because the context belongs to the presentation layer! how can I resolve this problem?