public List <HexField> GetAllHex()
 {
     return(board.GetAll());
 }