public IActionResult Water(int id)
 {
     plantService.SetPlantWatered(id);
     return(RedirectToAction("Index", "Home"));
 }