public string GetState()
 {
     return(avBll.GetStateStr(Convert.ToInt32(Eval("state"))));
 }