public void Delete(Kitten kitten)
 {
     throw new NotImplementedException();
 }
 public void Insert(Kitten kitten)
 {
     throw new NotImplementedException();
 }