This video continues the computer store lecture. I demonstrate a simple way to pass data into the MVC view from a controller. I use the ViewBag to pass strings, and I build an array model and pass it into the view in the return() line of the view. This is not the most efficient way to send models, but it paves the way for more realistic methods of data passing.