public static TrainingRouteVideo TrainingRouteVideoById(string videoId)
 {
     return(TrainingRouteVideos.Single(x => x.VideoID == videoId));
 }