private void BindPersonList() { PersonCollection personList = new PersonCollection(); personList = PersonDAL.GetCollection(); rptPersonList.DataSource = personList; rptPersonList.DataBind(); }