public Region() { RegionFactory theFactory = new RegionFactory(); _repository = theFactory.createRepository(); if (_repository == null) { throw new NotImplementedException(); } }