public BaseController()
        {
            serviceHandler = ServiceFactory.ServiceFactory.GetImplementation();

            sessionHandler        = serviceHandler.GetSessionService();
            authenticationService = serviceHandler.GetAuthenticationService();
            userManagementService = serviceHandler.GetUserManagementService();
        }