public async Task <IActionResult> DeleteConfirmed(int id) => await CRUDHelper <HorsesController, Horse> .Deletor(this, _context, nameof(Index), id);