public ActionResult Index(SalaryCalculator salaryCalc)
 {
     salaryCalc.CalculateGrossSalary();
     return(View(salaryCalc));
 }