public IHttpActionResult GetParentById(int parentId) { return(Ok(service.GetParentByIdDto(parentId))); }