// Admin - Image Validation Page public ActionResult image_validation() { // Calling the intermediator file and Returing the List file to the View return(View(Facade.Admin_ImageShow())); }