public List <Video> GetAllVideosByClientId(string clientId)
 {
     return(videoRepo.GetAllVideosByClientId(clientId));
 }