public ActionResult SetResponsive()
 {
     var sel = new Models.E01_StructureAndStyle.StyleSelector() { Style = Models.E01_StructureAndStyle.StyleSelector.Styles.responsive };
     return View(Sol, sel);
 }
 // GET: E01_StructureAndStyle
 public ActionResult Index()
 {
     var sel = new Models.E01_StructureAndStyle.StyleSelector() { Style = Models.E01_StructureAndStyle.StyleSelector.Styles.none };
     return View(sel);
 }