public IEnumerable <Medicine> GetMedicineByIngredient(Ingredient ingredient)
 => _medicineRepository.GetMedicineByIngredient(ingredient);