using System.Collections.Generic;
namespace HelloWorldMvcApp
public class HomeController : Controller
public ActionResult Index()
static List<MyModel> GetAll= new List<MyModel>()
new MyModel {Title = "Test1", Description = "Desc1" },
new MyModel {Title = "Test1", Description = "Desc1" },
new MyModel {Title = "Test1", Description = "Desc1" }