public JsonResult GetAllAuthenticablePrincipals()
 {
     try
     {
         return(http.RespondSuccess(userManagement.GetUsers()));
     }
     catch
     {
         return(http.RespondServerError());
     }
 }