public List <Coordinates> GetWinningCoordinates()
 {
     return(gameBoard.GetWinningCoordinates());
 }