public BlockStatement()
 {
     this.statements = new StatementCollection();
     base();
     return;
 }