@Query("SElECT * FROM CourseModel ")
    fun getCourses(): LiveData<List<CourseModel>>