val purchasedRuns: LiveData<List<CourseInstructorPair>> by lazy {
        myCourseRepo.getPurchasedRuns()
    }