protected void BtnAdd_Click(object sender, EventArgs e)
 {
     MultiView1.ActiveViewIndex = 1;
     txtNum.Text     = "";
     txtName.Text    = "";
     txtDesc.Text    = "";
     ImgImg.ImageUrl = "";
     txtNum.ReadOnly = false;
     txtNum.Text     = Cat.GetNextCatNo();
 }