public ActionResult About() { PersonData personData = new PersonData(); Person person = personData.GetPersonData(); return(View(person)); }