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