//sprawdzanie spójności public bool DepthFirstSearch() { return(ConnectionChecker.DepthFirstSearch(Graph)); }