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