public ActionResult About() { ViewBag.Message = "About the University of Oklahoma Football program"; AboutClass a = new AboutClass(); return(View(a)); }
public User() { About = new AboutClass(); Misc = new MiscClass(); }