public bool AuthenticateUser(string password)
 {
     isAuthenticated = restController.AuthenticateUser(activeUsername, password);
     return(isAuthenticated);
 }