public TrapSweeperTile(TrapSweeperEngine g, int x, int y)
            {
                Engine = g;

                X = x;
                Y = y;
            }
 public TrapSweeperTileBonus(TrapSweeperEngine g, int x, int y)
     : base(g, x, y)
 {
 }