private void PetStaff_Load(object sender, EventArgs e) { PetModel pm = new PetModel(); bsPet.DataSource = pm.getAllPet(); gcPet.DataSource = bsPet; }