public GoalDTO GetGoalByPlayer(int playerId, int id) { return(goalService.GetGoalByPlayer(playerId, id)); }