// GET: Director public ActionResult Index(string msg = null, string type = null) { ViewBag.Alert = msg; ViewBag.Type = type; return(View(_directorRepository.ObterTodos())); }