public DataSet bllLoadDt() { dbcon obj = new dbcon(); try { return(obj.dllLoadDt()); } catch { throw; } finally { obj = null; } }