public Editorial create(Editorial editorial) { return(eRepo.create(editorial)); }
public Editorial create(Editorial editorial) { ed.create(editorial); return(editorial); }