private void AddButton_Click(object sender, RoutedEventArgs e)
 {
     PrescriptionListViewModel.AddList();
 }