public ActionResult vTabElement(TabRowModel tabRow) { return PartialView("VerticalTabElement", tabRow); }
public ActionResult hTabElement(TabRowModel tabRow) { return PartialView("HorisontalTabElement", tabRow); }