public async Task <IActionResult> AddYesterdayResult(string MatchId, string result)
        {
            var response = await _resultService.AddYesterdayResult(MatchId, result);

            return(View(response));
        }