public bool Editar(Models.Setor setor)
        {
            bool operacao = false;

            DAL.SetorDAL sbd = new DAL.SetorDAL();

            operacao = sbd.Editar(setor);

            return(operacao);
        }