public IList <Editorial> getAll() { return(eRepo.getAll()); }
public IList <Editorial> getAll() { IList <Editorial> editoriales = ed.getAll(); return(editoriales); }