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