private void drawTheSnake(Graphics g) { engino.ForeachSnakeCell(x => g.FillRectangle(Brushes.White, calc.Locat(x))); }