// GET: Registration public ActionResult Index() { return(View(RegistrationVmBuilder.BuidRegistrationVm())); }