macierz(int i)
 {
     wielkosc = i;
     graf mat = new graf[wielkosc];
 }
 protected int odleglosc(graf X, graf Y)
 {
 }