private Column createColumn() { Column col = new Column(); this.Columns.Add(col); col.Block = this; return col; }