private void UpdateData() { Dogs = Controller.GetAll(); dgvDogs.DataSource = null; dgvDogs.DataSource = Dogs; }