public void PostCatToRandomOwner([FromBody] Cat cat)
 {
     service.AddCatToOwner(cat);
 }