public async Task <IActionResult> Get() { var labels = await _labelService.BrowseAsync(UserId); return(Json(labels)); }