public Distributor GetByName(string name)
 {
     return(repository.GetByName(name));
 }