public IActionResult ApprovedEmployeeSalary(Employee employee) { ComputeSalary computeSalary = _contextSalary.GetSalaryComputation(HttpContext.Session, employee); return(View(computeSalary.ComputeEmployeeSalary())); }