public DeckViewer(Deck d, TournamentViewer trV) : this() { Deck = d; TrV = trV; Text = d.Name; Img.ChangeImageTo(d.Path); }