public ActionResult AddViewSight(Step2ViewModel model) { List <ViewSightViewModel> list = _listingService.AddViewSight(model); return(PartialView("Property/_ViewSightTablePartial", list)); }