@using (Ajax.BeginForm("Delete", "WorkWeek", new AjaxOptions() { OnBegin = "blockUI", OnComplete = "unblockUI", OnSuccess = "onSuccess", OnFailure = "onFailure" }, new { @id = "deleteWWForm" }))
{
@Html.AntiForgeryToken()
@Html.ValidationSummary(false, "Work week cannot be deleted due to the following errors:")