public Producer GetById(int id)
 {
     return(_repository.GetByIdJoined(id));
 }