public List <string> SetTournamentStateToChoice()
 {
     return(ConstantDataHelper.TournamentStageList());
 }
 public List <string> SetWeightCategoriesToChoice()
 {
     return(ConstantDataHelper.WeightCategoryList());
 }
 public List <string> SetColleguesToChoice()
 {
     return(ConstantDataHelper.ColleaguesList());
 }