public int CreateWatchList(WatchList watchList) { WatchListDto watchListDto = new WatchListDto(); watchListDto.MovieID = watchListDto.MovieID; int rowcount = db.CreateWatchList(watchListDto); return(rowcount); }