public async Task <IHttpActionResult> DeleteAsync(int id) { await hotelService.DeleteAsync(id); return(StatusCode(HttpStatusCode.Accepted)); }