protected void RefreshParent()
 {
     if (_parent != null)
     {
         _parent.Refresh();
     }
 }