What Am I doing wrong guys? This is the idea...
Index view
@Html.Partial(\"PartialView\", Model)
Partial view is oriented to reuse some parts of the code in differents views but when you submit a form, the entire view is reloaded.
If you dont want to reload yo have to use AJAX for submit the form.