public Producer FindProducerById(string producerId) { repository.FindById(producerId); return(repository.Producer); }