public Dice Add(Die die)
 {
     m_rgDie.Add(die);
     return(this);
 }