using System.Collections.Generic;
namespace HelloWorldMvcApp
public class PersonController : Controller
private static List<Person> _people = new List<Person>()
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
BirthDate = new DateTime(1997, 6, 1),
Skills = new List<String>(){"Math", "Science", "History"}
public ActionResult Index()