public void ChangeStatus(int movieId, string status)
 {
     _movieDao.ChangeStatus(movieId, status);
 }