public IList <Distributor> GetByPriceList(int id)
 {
     return(repository.GetByPriceList(id));
 }