@PostConstruct
 public void init() throws IOException {
   videoFileManager = VideoFileManager.get();
   videos = new ArrayList<Video>();
 }