protected override ISpecElement GetConstruction(string mark) { Pylon pylon = new Pylon(Width, Thickness, Height, mark, this, Elementary); pylon.Calc(); return(pylon); }