public IHttpActionResult GetAllParentsWithChildren() { return(Ok(service.GetAllParentsWithTheirChildrent())); }