// public Int32 getQN() { Int32 qn = 0; orderdao = new DAO.OrderDAO(); qn = orderdao.askQuoteNo(); return(qn); }