public BokLogikk( IBokRepository stub) { _repository = stub; }
public BokLogikk() { _repository = new BokDalRepository(); }