public dynamic GetAll() { var sheet = _salaryItemService.SalarySheet(1); return(JsonConvert.SerializeObject(sheet)); }