public void PaintComponent(Graphic g)
 {
     draw.RefreshScreenCoordinates();
     draw.DrawBranches(g);
     draw.DrawNodes(g);
 }