public async Task <IActionResult> Add(Guid dictionaryId)
 {
     return(Json(data: await _service.AssignDictionary(GetUserId(), dictionaryId)));
 }