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