public IEnumerable <Medicine> GetMedicineForDisease(Disease disease)
 => _medicineRepository.GetMedicineForDisease(disease);