public IList <Autor> PesquisarAutores() { return(_autorDAO.GetAll()); }
public IList <Autor> PesquisarTodos() { return(_repositorio.GetAll()); }