private void AddErrors(IdentityResult result) { foreach (string error in result.get_Errors()) { this.get_ModelState().AddModelError("", error); } }