void SetList()
 {
     Contact contact = new Contact();
     this.lvContactList.DataSource = contact.GetAll();
     this.lvContactList.DataBind();
 }