public bool IsBlockActive(int blockIndex, IComputationHandler handler)
 {
     return(UnderlyingDataset.IsBlockActive(blockIndex, handler));
 }
 public bool IsBlockActive(int blockIndex)
 {
     return(UnderlyingDataset.IsBlockActive(blockIndex));
 }