public HenchmanBLC(IHenchmanDAO dao) { _dao = dao; }
public HenchmanBLC(IHenchmanDAO dao) { _dao = dao; _random = new Random(); }