I defined the Global class like this:
Code:
public static class Global
        {
            public static string entity_import;
        }


I used the string like you said and it seems to work now.
Thank you very much!