// GET: Semestre
 public ActionResult Index()
 {
     return(View(objAmbiente.Listar()));
 }