public IHttpActionResult PostCreateFamily() { try { return(Ok(FamilyManager.CreateFamily())); } catch (Exception) { return(NotFound()); } }