protected virtual void OpenDisplay() { try { _controller.OpenDisplay(); } catch (Exception ex) { ExceptionHandler(ex); } }