static void Main(string[] args) { WordForm x = new WordForm(); Console.WriteLine(x.getSequence("AyYyEYye")); Console.ReadLine(); }