I am making a restaurant program in asp.net mvc, but I have a problem, for example, when the first page is opened, there are food names, like burger and pizza, I pull them from SQL, and on the 2nd page, when I click on the burger, it brings up the information about the burger, idle, and when I click add, the page refreshes and goes to the first page. How do I prevent this? What I want is to see the content of the burgers again when I add on the 2nd page.