public void InitId()
 {
     if ((id == 0) && (constructable != null))
     {
         id = constructable.GetNextId();
     }
 }