public ActionResult <IEnumerable <Flower> > Get() { return(Ok(_fr.Get())); }
//get internal IEnumerable <Flower> Get() { return(_repo.Get()); }