@{ ViewBag.Title = "List"; Layout = null; }

This is the /Views/Common/List.cshtml View

@*@Html.Partial("MyPartial")*@ @Html.Partial("MyStronglyTypedPartial", new [] { "Apple", "Orange", "Pear"}) @Html.Action("TIME")