public List <Comment> CommentByVideoId(int id)
 {
     return(commentRepo.CommentByVideoId(id));
 }