public static bool Excluir(int id)
 {
     return(DepartamentoDAO.Excluir(id));
 }