public ActionResult Alterar(Departamento dep)
 {
     departamentoDAO.Alter(dep);
     return(RedirectToAction("Index", "Departamento"));
 }