internal bool Initialize()
 {
     DataItemInfos.Clear();
     InitializeDataItems();
     return(InitializeCore());
 }