Create InkjetRecords

<%= HTML.FormTag("InkjetRecords", "CreatePost", empty, empty) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("InkjetRecordsCreateForm")) %>
<%= HTML.TextboxExt("KitID", Model.KitID, Array("class", "form-control")) %>
<%= HTML.TextboxExt("VOTERID", Model.VOTERID, Array("class", "form-control")) %>
<%= HTML.TextboxExt("LASTNAME", Model.LASTNAME, Array("class", "form-control")) %>
<%= HTML.TextboxExt("FIRSTNAME", Model.FIRSTNAME, Array("class", "form-control")) %>
<%= HTML.TextboxExt("MIDDLENAME", Model.MIDDLENAME, Array("class", "form-control")) %>
<%= HTML.TextboxExt("SUFFIX", Model.SUFFIX, Array("class", "form-control")) %>
<%= HTML.TextboxExt("PRECINCT", Model.PRECINCT, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ADDRESS1", Model.ADDRESS1, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ADDRESS2", Model.ADDRESS2, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ADDRESS3", Model.ADDRESS3, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ADDRESS4", Model.ADDRESS4, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ADDRESS5", Model.ADDRESS5, Array("class", "form-control")) %>
<%= HTML.TextboxExt("APPSENT", Model.APPSENT, Array("class", "form-control")) %>
<%= HTML.TextboxExt("APPRETURNED", Model.APPRETURNED, Array("class", "form-control")) %>
<%= HTML.TextboxExt("BALSENT", Model.BALSENT, Array("class", "form-control")) %>
<%= HTML.TextboxExt("BALRETURNED", Model.BALRETURNED, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CountingBoard", Model.CountingBoard, Array("class", "form-control")) %>
<%= HTML.TextboxExt("UOCAVASTATUS", Model.UOCAVASTATUS, Array("class", "form-control")) %>
<%= HTML.TextboxExt("EMAILADDRESS", Model.EMAILADDRESS, Array("class", "form-control")) %>
<%= HTML.TextboxExt("PHONENUMBER", Model.PHONENUMBER, Array("class", "form-control")) %>
<%= HTML.TextboxExt("BALLOT_NUMBER", Model.BALLOT_NUMBER, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CassADDRESS1", Model.CassADDRESS1, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CassADDRESS2", Model.CassADDRESS2, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CassADDRESS3", Model.CassADDRESS3, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CassADDRESS4", Model.CassADDRESS4, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CassADDRESS5", Model.CassADDRESS5, Array("class", "form-control")) %>
<%= HTML.Button("submit", " Create", "btn-primary") %>    <%= HTML.LinkToExt(" Cancel", "InkjetRecords", "Index", empty, Array("class", "btn btn-default")) %>