def __init__(self, repository_path):
     self.repository_path = repository_path
     self.repository = RepositoryFactory().open(repository_path)