public override void RemoveVertex(Vertex a)
 {
     MyGraph.Remove(MyGraph.Find(x => x.VertexID == a.VertexID));
 }