// GET: Project public ActionResult List() { var projects = projectHelper.GetAllProject(); return(View(projects)); }