public virtual void render(Hexagon hexagon)
 {
     render(ref hexagon);
 }
 // Renders a hexagon
 public abstract void render(ref Hexagon hexagon);