public bool IsSecondPlayerReal()
 {
     return(m_SecondPlayer.IsRealPlayer());
 }