public ActionResult Create(Projeto P) { CarregaLista(); _ProjetoRep.ADD(P); Session["Lista"] = ProjetoList; return(RedirectToAction("Index")); }