public void Excluir(CentroCusto centroCusto)
 {
     _centroCustoRepository.Delete(centroCusto);
 }