public static void deleteInstance() { if(gr!=null) { gr=null; } }
public static GestorRandom getInstance() { if (gr == null) gr = new GestorRandom(); return gr; }