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