public void UnSelectAll()
 {
     foreach (CellHashset CH in Cells.Values)
     {
         CH.SetSelected(false);
     }
 }