public int count(ecprops p) { dbcon obj = new dbcon(); try { return(obj.checkcount(p)); } catch { throw; } finally { obj = null; } }