public function __construct(XcelGame $game)
 {
     parent::__construct(XcelNgien::getInstance());
     $this->game = $game;
 }
 public function __construct(XcelPlayer $player)
 {
     parent::__construct(XcelNgien::getInstance());
     $this->player = $player;
 }