public MainMenuConsole(int width, int height, ConsoleManager conMan) : base(width, height) { this.conMan = conMan; IsFocused = true; IsVisible = true; }