public List <Plant> GetAllPlant()
 {
     return(Plants.ToList());
 }