// GET: Properties/Create public ActionResult Create() { var form = new PropertyAddForm(); return(View(form)); }
// GET: Properties/Create public ActionResult Create() { var form = new PropertyAddForm(); return View(form); }