public async Task <IActionResult> GetAllBodyAreas() { var allBody = await _diag.GetBodyAreas(); return(Ok(allBody)); }