public ActionResult Submit()
 {
     SessionHelper.AddToSession("Submitted: " + DateTime.Now.ToLongTimeString());
     return(View());
 }