public bool Inativar(string placa, bool sit) { try { return(_veiculoDAL.Inativar(placa, sit)); } catch (ConcorrenciaBancoException e) { throw new ConcorrenciaBancoException(e.Message); } }