public ObservableCollection <Medicine> GetAllMedicinesWithComment()
 {
     return(MedicineRepository.GetAllMedicinesWithComment());
 }