public ComandParser(String cipher) { this.replace = new Replace(cipher); this.st = new Statistics(cipher); this.vg = new Vigenere(cipher); }