public bool Unite(BOPDS_MapOfCommonBlock theOther)
 {
     throw new NotImplementedException();
 }
 public void Union(BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight)
 {
     throw new NotImplementedException();
 }
 public BOPDS_MapOfCommonBlock Assign(BOPDS_MapOfCommonBlock theOther)
 {
     throw new NotImplementedException();
 }
 public void Exchange(BOPDS_MapOfCommonBlock theOther)
 {
     throw new NotImplementedException();
 }
 public BOPDS_MapOfCommonBlock(BOPDS_MapOfCommonBlock theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool HasIntersection(BOPDS_MapOfCommonBlock theMap)
 {
     throw new NotImplementedException();
 }