public Person Update(Person person) => _repository.Update(person);
public Book Update(Book book) => _repository.Update(book);