private void FillRetangles(Graphics g) { FillBackgroundOfRectangle(g); DrawOverlaysOfRectangles(g, Rectangles.Last()); }