protected void btnUndo_Click(object sender, System.EventArgs e)
 {
     try
     {
         _contr.Undo();
     }
     catch (Exception exc)
     {
         ((PageBase)this.Page).ShowException(exc);
     }
 }