public DataSet GetDeptInfo() { dbproduct = new DBProduct(); DS = new DataSet(); int Result = 0; try { DS = dbproduct.GetDeptInfo(); return(DS); } catch (Exception) { throw; } }