pub async fn all_organizations(
    conn: &mut PgConnection
) -> ModelResult<Vec<DatabaseOrganization>>