public Video findVideo(Serializable id) {
   return videoDao.findById(id);
 }