public async Task <IActionResult> DeleteCity(int id) { await _cityManager.DeleteAsync(id); return(Ok()); }