public int GetMovieID(string title)
 {
     return(dao.GetMovieID(title));
 }