@Query("SElECT * FROM SectionModel ")
    fun getSections(): LiveData<List<SectionModel>>