public async Task <IHttpActionResult> DeleteShipper(int id) { await _shipperService.RemoveAsync(id); return(Ok()); }