public void Setup() { _worker = new Lab4_BL(); }
public Lab4Controller(ILab4_BL worker) { _worker = worker; _mapper = new Mapper(); }