public void ChangeBudget(int movieId, decimal budget)
 {
     _movieDao.ChangeBudget(movieId, budget);
 }