public Int32 askQty() { Int32 qty = 0; orderdao = new DAO.OrderDAO(); qty = orderdao.getQty(Ean); return(qty); }