public IActionResult Delete(int id)
 {
     _championshipService.DeleteEntity(id);
     return(Ok());
 }