public override object VisitForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
 {
     CreateModel(context);
     return(null);
 }
 public override void ExitForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
 {
 }