public async Task <IActionResult> UpdateAsync([FromBody] Category category) { await _categoryBusiness.EditAsync(category); return(Ok()); }