//Buyer public ActionResult DisplayBuyerProperty() { IEnumerable <BuyerProperty> property = propertyBL.DisplayBuyerPropertyDetails(); TempData["Property"] = property; return(View()); }