private void CloseButton_Click(object sender, RoutedEventArgs e)
 {
     PrescriptionListViewModel.CloseList();
 }