public async Task <IActionResult> Add(AttributeViewModel model) { await _attributeService.AddAsync(model); return(RedirectToAction("Index")); }