public void DoIt()
 {
     Console.WriteLine(x);
     test = test.AddOne();
     Console.WriteLine(x);
 }