public ActionResult Index(SubmitData acc) { RegisterModel.CreateAccount(acc.email, acc.password); return(View()); }