public bool insertarEditorial(Editorial oEditorial)
 {
     return(oEditorialDAO.insert(oEditorial));
 }