public void ChangeTitle(int movieId, string title)
 {
     _movieDao.ChangeTitle(movieId, title);
 }