public virtual void PrependStatement(StatementSyntax statement)
 {
     Parent.PrependStatement(statement);
 }