public override void Show()
        {
/*
 *                      ScriptManager.RegisterStartupScript(UpdatePanelProgress, GetType(), "teste",
 *                              string.Format("$find('{0}').startCount(new Date());", TimeCounter1.ClientID),
 *                              true);
 */
            ModalPopupProgress.Show();
//			Timer1.Enabled = true;
        }
        public override void Close()
        {
//			Timer1.Enabled = false;
            ModalPopupProgress.Hide();
        }