pub async fn get_course_id(
    conn: &mut PgConnection,
    id: Uuid
) -> ModelResult<Option<Uuid>>