For 1 try changing @Html.RenderPartial("_DisplayAttribute",Brand)
to @Html.Partial("_DisplayAttribute",Brand)
You will also need to specify the model in the partial view like @model products_comparison.Models.Brand
or something like it
Also please clarify 2 & 3 as they are not clear what you want