public CellConsumer(MonitorTest box, int request) { cell = box; counts = request; }
public CellProcduer(MonitorTest box, int request) { cell = box; counts = request; }