public async Task <IActionResult> DeleteConfirmed(int id) { await _hotels.DeleteHotelConfirmation(id); return(RedirectToAction(nameof(Index))); }