public void deletepp(int index) { addy2 t = new addy2(); t.deletpp(index); // throw new NotImplementedException(); }
public void updateItem(int ind, string bus, string cap) { addy2 y = new addy2(); y.update(ind, bus, cap); }