public async Task <JsonResult> GetMaterials() { var result = await _order.GetMaterials(); return(await GenerateResult(result, _userSettings)); }