public IHttpActionResult GetAllWithChildren() { CategoryLogic categ = new CategoryLogic(); return(Ok(categ.RetrieveAllWithChildren())); }