public void AddOption(object sender, AddOptionEventArgs addOptionEventArgs, ViewModel dataContext)
 {
     MessageBox.Show("Add option now");
 }
 public void AddOptionWithHeadingSpace(object sender, AddOptionEventArgs addOptionEventArgs, ViewModel dataContext)
 {
     MessageBox.Show("Add option with heading space now");
 }