public Bucket(SimpleBWControlService simpleBWControlService, IBWControllable bc, int channel)
 {
     _bc      = bc;
     _channel = channel;
     _simpleBWControlService = simpleBWControlService;
 }
			public Bucket(SimpleBWControlService simpleBWControlService, IBWControllable bc, int channel) {
				_bc = bc;
				_channel = channel;
				_simpleBWControlService = simpleBWControlService;
			}