public int GetQuantity(string code) { using (DaStock da = new DaStock()) { return(da.GetQuantity(code)); } }