public void RemoveVertices(Vertex vertex) { vertices.Remove(vertex); }
public void AddVertices(Vertex vertex) { vertices.Add(vertex); }