// GET: HrmPayCalc
 public ActionResult Index()
 {
     var control = new HrmPayRollCalcControl();
     return View(control.GetPayStructure());
 }