@model Fab2ApprovalSystem.Models.LoginModel @{ ViewBag.Title = "Add User"; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()