public UserInterface() { Align.Right(); int height = 36; Size = new Point(20, height); Offset = new Point(4, -(height / 2)); Colour = ConsoleColor.DarkGray; }