public DataTable bll_catnav() { dbcon obj = new dbcon(); try { return(obj.dll_catnav()); } catch { throw; } finally { obj = null; } }