public ActionResult ExcluirProfessor(int id)
 {
     ProfessorDAO.ExcluirProfessor(id);
     return(RedirectToAction("Index", "Professor"));
 }