public int insertarTS(string lexema) { if (tablaLocalActiva) { return(tsl.insertarTS(lexema)); } return(tsg.insertarTS(lexema)); }