public async Task RemoveContest(int id)
 {
     await _repository.Remove(id);
 }