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