public ActionResult <PlantModel> Get(int id)
 {
     return(_service.GetPlant(id));
 }