public int getEA_parentid(int Ea_id) { try { int E = Es.getEA_parentid(Ea_id); return(E); } catch { return(0); } }