// Add action to add a student to our data. public ActionResult StudentAdd() { var studentViewModel = new StudentViewModel(); return(View("AddEditStudent", studentViewModel)); }