public IActionResult GetSummaryView(int Id)
 {
     return(Ok(_payslip.GetPaySummary(Id)));
 }