public IActionResult GetMonthTax(string month) { return(Ok(payrollService.GetMonthTax(payrollService.OrganisationId, month))); }