public IEnumerable <Match> Get(int id) { if (id == 0) { return(_matchesService.GetForCurrentWeek()); } return(_matchesService.GetByDivisionForCurrentWeek(id)); }