public static void PushOnStack(object o)
 {
     StackContext.PushOnStack(o);
 }