this.a.map(((item, index)=> {
this.b.push(Object.assign({},{
id:item.Id,

}))
}))