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