public async Task <ActionResult> DeleteWord([FromForm] int key) { await _wordManager.DeleteAsync(key); return(Ok()); }