public async Task <AjaxResult> LoadAsync(Guid id) { return((await _functionService.LoadFormFunctionAsync(id)).ToAjaxResult()); }