public bool AddOption(string newOptionName)
 {
     return(WorkWithGridView.AddRow(dataGridViewOptions, newOptionName));
 }
 public bool AddCriterion(string nameNewCriterion)
 {
     return(WorkWithGridView.AddRow(dataGridViewCriterions, nameNewCriterion));
 }