public MoveRepresentationList()
 {
     m_List     = new ArrayList();
     m_ListSort = new MoveRepresentationComparer();
 }
 public MoveRepresentationList()
 {
     m_List = new ArrayList();
     m_ListSort = new MoveRepresentationComparer();
 }