public override string getCodeName()
        {
            String output = this.GetType().Name.imbGetWordAbbrevation(3, true);

            output = output.add(TopLeft.getCodeName(), "-").add(BottomRight.getCodeName(), "-");

            return(output);
        }