public bool GetIsDynamicCell(VirtualCell.CellType cell_type)
 {
     return(VirtualCell.IsDynamic(cell_type));
 }