this.middleRectangle = svg.append('rect')
        .attr('x', 25)
        .attr('y', 15)
        .attr('width', 50)
        .attr('height', 70);