public List <Size> StoreSize([FromBody] Guid id) { List <Size> sizes = storeLogic.GetStoreSizes(id); return(sizes); }