public async Task <ActionResult> AcceptConfirmed(int id) { await _propertyManager.Accept(id); return(RedirectToAction("Offers")); }