// NOTE: Uncomment the following code if you want ObjectBuilder to inject the module controller
        //       The code will not work in the Shell module, as a module controller is not created by default
        //
        // private ICHAI.LISDashboard.Modules.ReportController _controller;
        // public DefaultPresenter([CreateNew] ICHAI.LISDashboard.Modules.ReportController controller)
        // {
        //      _controller = controller;
        // }

        public FrmOnlineStatusPresenter([CreateNew] EIDController controller)
        {
            _controller = controller;
        }
        // NOTE: Uncomment the following code if you want ObjectBuilder to inject the module controller
        //       The code will not work in the Shell module, as a module controller is not created by default
        //
        // private ICHAI.LISDashboard.Modules.ReportController _controller;
        // public DefaultPresenter([CreateNew] ICHAI.LISDashboard.Modules.ReportController controller)
        // {
        //      _controller = controller;
        // }

        //Added by ZaySoe on 19_Dec_2018
        public DefaultPresenter([CreateNew] EIDController controller)
        {
            _controller = controller;
        }