private void BindGrid() { var personRepository = new PersonData(); grvPerson.DataSource = personRepository.GetAll(); grvPerson.DataBind(); }