public DashboardController(IAuthenticationService authenticationService)
 {
     _authenticationService = authenticationService;
     authData = _authenticationService.GetAuthData();
 }