private void UnregisterBringIntoView(Cell item)
 {
     RequestBringIntoViewWeakEventManager.RemoveListener(item, this);
 }
 private void RegisterBringIntoView(Cell item)
 {
     RequestBringIntoViewWeakEventManager.AddListener(item, this);
 }