I am relatively new when it comes to asp.net MVC 5 and I am trying to display the contents of an xml file ( which is located in the content folder of my project for ease of access) and display the contents on a simple view. the code from my controller, modelclass and view are below..... I am relatively new when it comes to asp.net MV