public bool insertarAuditoria(string auditoriaxml) { Auditoria a = new Auditoria(auditoriaxml); return(a.Create()); }