public ProducerViewModel Do(int producerId)
 {
     return(_producerRepository.GetProducerById(producerId, ProducerMapper));
 }