static void Main(string[] args) { PalindromeMaker x = new PalindromeMaker(); Console.WriteLine(x.make("ABACABA")); Console.ReadLine(); }