public ExceptionsController() { w = new Worker(); m = new Manager(w); }
public CreateErrorController() { w = new Worker(); m = new Manager(w); }