public List <Producer> GetAll()
 {
     return(_repository.GetAllActive());
 }