public List <Tournament> GetAllTournaments()
 {
     return(SelectData.SelectAllTournaments());
 }