protected void SetEnabled(int id)
 {
     this.id = id;
     enabled = true;
     vm.AddRequest(this, id);
 }