public void Delete(int id) { try { _leaderboardService.Remove(id); } catch (System.Exception ex) { throw new System.Exception(ex.Message); } }