def get_parent(self, _id, cont=None, projection=None):
        if not cont:
            cont = self.get_container(_id, projection=projection)

        ps = ContainerStorage.factory(cont['parent']['type'])