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