def _get_group(self, _id):
        group = self.storage.get_container(_id)
        if group is not None:
            return group
        else: