//Manager - Project/Index public ActionResult Index() { IEnumerable <Project> temp = pdb.getProjectData(id); return(View(pdb.getProjectData(id))); }