public static Cripto GetInstancia() { if (Cripto.self == null) Cripto.self = new Cripto(); return Cripto.self; }