private void showLeseProperty()
 {
     ListView1.DataSource = uc.GetLeseProperty();
     ListView1.DataBind();
 }