/// <summary>
 /// Initializes a new instance of the <see cref="HomeController"/> class.
 /// </summary>
 public HomeController()
 {
     this.msgCenterHelper        = new MessageCenterHelper();
     this.dashBoardManager       = new DashBoardManager();
     this.appointmentManager     = new AppointmentManager();
     this.logiIntegrationManager = new LogiIntegrationManager();
 }
 /// <summary>Initializes a new instance of the <see cref="ResourcesController" /> class.</summary>
 public ResourcesController()
 {
     this.employeeIt2Manager     = new EmployeeIt2Manager();
     this.officeIt2Manager       = new OfficeIt2Manager();
     this.patientIt2Manager      = new PatientIt2Manager();
     this.logiIntegrationManager = new LogiIntegrationManager();
 }