public IHttpActionResult GetAll() { CategoryLogic categ = new CategoryLogic(); return(Ok(categ.RetrieveAllWithoutChildren())); }