public SqlDataReader bllloadreader() { dbcon obj = new dbcon(); try { return(obj.dllloadreader()); } catch { throw; } finally { obj = null; } }