public ActionResult NewPayrollID()
 {
     return(Content(ProviderService.GenerateNewPayrollID().ToString()));
 }