public bool IsUserAuthenticated()
 {
     return(AuthenticationModule.TokenValidation(AuthenticationModule.GetToken()));
 }