public Video GetVideoById(int Id) { VideoDAO VideoDAO = new VideoDAO(); return VideoDAO.GetVideoById(Id); }