public async Task <IActionResult> GetAllUserRolesAsync() { var model = await _userRolesService.GetAllUserRolesAsync(); //var result = _mapper.Map<CatalogsEntity>(catalogs); return(Ok(model)); }