private ActionResult DisplayStandardView()
        {
            var model = SampleModel.Create();

            return(View(model));
        }