public DataTable bllstockhistory(ecprops pro) { dbcon obj = new dbcon(); try { return(obj.dllstockhistory(pro)); } catch { throw; } finally { obj = null; } }