public static Semantico GetInstance() { if (instance == null) { instance = new Semantico(); } return(instance); }
internal static void GetLimpa() { instance = null; }