public void Insert(Persion p) { _repository.Insert(p); }
public void Insert(Custom c) { _repository.Insert(c); }