internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <string>();
 }
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <CustomDataStructure>();
 }
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <CustomComplexObject>();
 }
 internal override void CreateNewBlankCollection()
 {
     BlankCollection = new PointerDCNC <DateTime>();
 }