@Query("SElECT * FROM InstructorModel ")
    abstract fun getInstructors(): LiveData<List<InstructorModel>>