public static object PopFromStack()
 {
     return(StackContext.Pop());
 }