public List <Video> GetAllWithDetails()
 {
     return(videoRepo.GetAllWithDetails());
 }