public IList <RuleModel> GetRules() { return(_dao.FindAll()); }
public List <PlantModel> GetAllPlants() { return(_dao.FindAll()); }