public void MyBind()
 {
     EGV.DataSource = api.Tlp_GetAllPteTlp();
     EGV.DataBind();
 }