public JsonResult GetUserType()
 {
     return(Json(_userManageService.GetUserType()));
 }