protected void Rels_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         msgBll.RelByIDS(Request.Form["idchk"]);
         MyBind();
     }
 }