public List <LastPictures> GetPlants(int id, int count) { return(_plantService.GetLastPictures(id, count)); }