public void Remove(Repository repository)
 {
     BaseRemove(repository);
 }
 public void Add(Repository repository)
 {
     BaseAdd(repository);
 }