public IActionResult GetOrdersWithManLine() { var res = _orderOperations.GetOrderswithmanylineitems(); return(Ok(res)); }