public void UppdatePublisher(Publisher item) { _repository.Update(item); }
public void AddPublisher(Publisher newItem) { _repository.Add(newItem); }