public bool Excluir(int id)
 {
     DAL.SetorDAL sbd = new DAL.SetorDAL();
     return(sbd.Excluir(id));
 }