public BlockCountInfo(int blockCount, int totalBytes, int dataBytes)
 {
     BlockCount = blockCount;
     BlockInfo = new BlockInfo(totalBytes, dataBytes);
 }
 public BlockCountInfo(int blockCount, int totalBytes, int dataBytes)
 {
     BlockCount = blockCount;
     BlockInfo  = new BlockInfo(totalBytes, dataBytes);
 }