public SectorRepository(SectorMSContext context) { this.context = context; }
public void Setup() { context = new SectorMSContext(options); }