public boolean modificar(T item) throws AppException { return (Boolean) modificar.exec(item); }
public boolean borrar(T item) throws AppException { return (Boolean) borrar.exec(item); }
public boolean registrar(T item) throws AppException { return (Boolean) registrar.exec(item); }