pub async fn complete_regrading(
    conn: &mut PgConnection,
    regrading_id: Uuid
) -> ModelResult<()>