public ActionResult CanDeleteCompany(int id) { return(this.JsonNet(HRBusinessService.CanDeleteCompany(UserOrganisationId, id))); }