pub async fn get_course(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<Course>