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