public async Task <IEnumerable <MatchModel> > GetAllMatches()
 {
     return(await matchService.GetAllMatches());
 }